[issue30395] deadlocked child process after forking on pystate.c's head_mutex

2017-05-18 Thread Piotr Wysocki
Changes by Piotr Wysocki : -- nosy: +Piotr Wysocki ___ Python tracker <http://bugs.python.org/issue30395> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue3465] doctest unable to use '...' for unicode literals

2008-07-29 Thread Piotr Wysocki
Piotr Wysocki <[EMAIL PROTECTED]> added the comment: I am attaching the output of doctest_problem.py on Python 2.5.2 in case it is necessary. At the moment I haven't a clue where to look for a bug. Anybody? ;) -- components: +Tests, Unicode Added file: http://bugs.python.or

[issue3465] doctest unable to use '...' for unicode literals

2008-07-29 Thread Piotr Wysocki
Piotr Wysocki <[EMAIL PROTECTED]> added the comment: As I would like to use '...' in order not to care about some part of a unicode string containing unicode literals (using ELLIPSIS). The unicode string is inside the value of a dict returned by a function. It is working on Pyth

[issue3465] doctest unable to use '...' for unicode literals

2008-07-29 Thread Piotr Wysocki
New submission from Piotr Wysocki <[EMAIL PROTECTED]>: Might be related to 2811 -- components: Library (Lib) files: doctest_problem.py messages: 70382 nosy: wysek severity: normal status: open title: doctest unable to use '...' for unicode literals versions: Python 2.5