This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author asvetlov
Recipients Robin.Schreiber, alex, asvetlov, christian.heimes, dstufft, janssen
Date 2017-09-08.08:40:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1504860007.24.0.97964485189.issue15670@psf.upfronthosting.co.za>
In-reply-to
Content
The patch consists from two changes: replacing static vars with module state and using slot based way for constructing classes.

The first change is obvious but I not sure if we need second transformation.
History
Date User Action Args
2017-09-08 08:40:07asvetlovsetrecipients: + asvetlov, janssen, christian.heimes, alex, Robin.Schreiber, dstufft
2017-09-08 08:40:07asvetlovsetmessageid: <1504860007.24.0.97964485189.issue15670@psf.upfronthosting.co.za>
2017-09-08 08:40:07asvetlovlinkissue15670 messages
2017-09-08 08:40:07asvetlovcreate