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 vstinner
Recipients mark.dickinson, pitrou, serhiy.storchaka, vstinner
Date 2016-02-17.01:46:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1455673601.78.0.559899368996.issue26360@psf.upfronthosting.co.za>
In-reply-to
Content
>> lock=0x0 looks suspicious.

> Agreed. I think that *could* possibly be a consequence of the earlier multiple GILs, though I haven't figured out exactly how yet.

Don't trust gdb output when Python is compiled in release mode (with -O3).

gdb output is only reliable when Python is compiled with -O0 (./configure --with-pydebug is enough for Python 2.7).
History
Date User Action Args
2016-02-17 01:46:41vstinnersetrecipients: + vstinner, mark.dickinson, pitrou, serhiy.storchaka
2016-02-17 01:46:41vstinnersetmessageid: <1455673601.78.0.559899368996.issue26360@psf.upfronthosting.co.za>
2016-02-17 01:46:41vstinnerlinkissue26360 messages
2016-02-17 01:46:40vstinnercreate