Changes by Gökçen Eraslan :
--
nosy: +Gökçen.Eraslan
___
Python tracker
<http://bugs.python.org/issue1625>
___
___
Python-bugs-list mailing list
Unsubscribe:
Gökçen Eraslan added the comment:
+1. If we think this as a bug, python 2.x users will never be able to extract
multiple-stream bz2 files.
--
___
Python tracker
<http://bugs.python.org/issue1
Gökçen Eraslan added the comment:
I mean "as a feature".
--
___
Python tracker
<http://bugs.python.org/issue1625>
___
___
Python-bugs-list mailing
New submission from Gökçen Eraslan :
When I use map method Pool object with an empty list parameter and then call
close and wait methods, join() method hangs. I think this is not intended.
Code to reproduce the bug is attached.
PS: A similar issue (using map method with an empty list
Changes by Gökçen Eraslan :
--
nosy: +Gökçen.Eraslan
___
Python tracker
<http://bugs.python.org/issue1813>
___
___
Python-bugs-list mailing list
Unsubscribe:
Gökçen Eraslan added the comment:
I can still reproduce that error with Python 2.7.2:
Python 2.7.1 (r271:86832, Apr 27 2011, 15:42:42)
[GCC 4.5.2] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> from datetim
Changes by Gökçen Eraslan :
--
nosy: +Gökçen.Eraslan
___
Python tracker
<http://bugs.python.org/issue8296>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Gökçen Eraslan :
--
nosy: +Gökçen.Eraslan
___
Python tracker
<http://bugs.python.org/issue9205>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Gökçen Eraslan :
--
nosy: +Gökçen.Eraslan
___
Python tracker
<http://bugs.python.org/issue9207>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Gökçen Eraslan :
--
nosy: +Gökçen.Eraslan
___
Python tracker
<http://bugs.python.org/issue7300>
___
___
Python-bugs-list mailing list
Unsubscribe:
Gökçen Eraslan added the comment:
The patch is attached. Is it correct?
--
keywords: +patch
nosy: +Gökçen.Eraslan
Added file: http://bugs.python.org/file29177/python-issue-17117.diff
___
Python tracker
<http://bugs.python.org/issue17
Gökçen Eraslan added the comment:
Should this be done in Modules/pyexpat.c file or in Lib/xml/parsers/expat.py?
If modifying expat.py is sufficient, then attached simple patch does the job.
By the way I couldn't find the test you are referring to. Is it in
Lib/test/test_importlib of some
12 matches
Mail list logo