~ubuntuone-hackers/billiard/trunk

Viewing all changes in revision 456.

  • Committer: Asif Saifuddin Auvi
  • Author(s): SPKorhonen
  • Date: 2017-06-08 16:39:48 UTC
  • Revision ID: git-v1:bfe2dc6387853595ef8877809c1404fe4959519d
Fix for crash on windows (#225)

* Fix for crash on windows

As there is no fork support on windows pickle is used to transfer the state. It can't handle nested classes causing crash. FIX: Moved one binary variable to process instance variable and removed nested class from pool

* Added test

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: