[issue14976] queue.Queue() is not reentrant, so signals and GC can cause deadlocks

2017-10-12 Thread Catalin Patulea

Change by Catalin Patulea :


--
nosy: +Catalin Patulea

___
Python tracker 
<https://bugs.python.org/issue14976>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue17951] TypeError during gdb backtracing

2013-05-10 Thread Catalin Patulea

New submission from Catalin Patulea:

With libpython.py loaded in gdb, when backtracing and trying to pretty-print 
frame objects along the way, this error is sometimes raised:

Python Exception  object of type 'FakeRepr' has no 
len()

See attached patch against tip.

--
components: Demos and Tools
files: libpython-typeerror-str.patch
keywords: patch
messages: 18
nosy: Catalin.Patulea, dmalcolm
priority: normal
severity: normal
status: open
title: TypeError during gdb backtracing
type: behavior
Added file: http://bugs.python.org/file30212/libpython-typeerror-str.patch

___
Python tracker 
<http://bugs.python.org/issue17951>
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue15139] Speed up threading.Condition wakeup

2013-04-27 Thread Catalin Patulea

Changes by Catalin Patulea :


--
nosy: +Catalin.Patulea

___
Python tracker 
<http://bugs.python.org/issue15139>
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com