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 Denny Weinberg
Recipients Denny Weinberg, palm.kevin
Date 2016-06-27.14:10:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1467036652.53.0.0777038123006.issue27400@psf.upfronthosting.co.za>
In-reply-to
Content
Just to be clear:

The error happens after these steps:

1. Call strptime
2. Call cpython function "Py_Finalize" and "Py_Initialize"
3. Call strptime again

Now we get the error "attribute of type 'NoneType' is not callable"
History
Date User Action Args
2016-06-27 14:10:52Denny Weinbergsetrecipients: + Denny Weinberg, palm.kevin
2016-06-27 14:10:52Denny Weinbergsetmessageid: <1467036652.53.0.0777038123006.issue27400@psf.upfronthosting.co.za>
2016-06-27 14:10:52Denny Weinberglinkissue27400 messages
2016-06-27 14:10:52Denny Weinbergcreate