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 serhiy.storchaka
Recipients eric.smith, serhiy.storchaka, ztane
Date 2016-05-04.13:49:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1462369746.76.0.753553939285.issue26906@psf.upfronthosting.co.za>
In-reply-to
Content
A number of other types are not initialized until you request an attribute.

Here is larger patch for 2.7 that makes 38 types to be explicitly initialized.
History
Date User Action Args
2016-05-04 13:49:06serhiy.storchakasetrecipients: + serhiy.storchaka, eric.smith, ztane
2016-05-04 13:49:06serhiy.storchakasetmessageid: <1462369746.76.0.753553939285.issue26906@psf.upfronthosting.co.za>
2016-05-04 13:49:06serhiy.storchakalinkissue26906 messages
2016-05-04 13:49:05serhiy.storchakacreate