[issue34309] Embedding Python; Py_Initialize / Py_Finalize cycles

2018-08-02 Thread Christopher Schramm
Change by Christopher Schramm : -- nosy: +cschramm ___ Python tracker <https://bugs.python.org/issue34309> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue27400] Datetime NoneType after calling Py_Finalize and Py_Initialize

2017-02-01 Thread Christopher Schramm
Christopher Schramm added the comment: This issue should have a much higher priority as it basically breaks Python embedding unless the user either does not re-initialize the interpreter or avoid the use of _datetime.strptime. We're currently testing with a patch based on Christian

[issue27400] Datetime NoneType after calling Py_Finalize and Py_Initialize

2017-01-31 Thread Christopher Schramm
Changes by Christopher Schramm <pyt...@cschramm.eu>: -- nosy: +cschramm ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue27400> ___