Aaron Hill added the comment:
This is also present in the latest Python 3.6.
I'm going to work on providing a patch for this, unless someone else already is
--
nosy: +Aaron1011
versions: +Python 3.6
___
Python tracker
<http://bugs.py
Aaron Hill added the comment:
The included patch fixes the issue, and modifies the existing unittest to
prevent a future regression.
The patch corrects an issue where the 'pending' struct field was NULL, but was
used as the input to multibytecodec_en
Aaron Hill added the comment:
The patch didn't get attached for some reason. It's attached now.
--
Added file: http://bugs.python.org/file39933/fix-multibytecodec-segfault.patch
___
Python tracker
<http://bugs.python.o
Aaron Hill added the comment:
I've added a test case to exercise reset()
--
Added file:
http://bugs.python.org/file39934/fix-multibytecodec-segfault-with-test.patch
___
Python tracker
<http://bugs.python.org/is
Changes by Aaron Meurer :
--
nosy: +Aaron Meurer
___
Python tracker
<http://bugs.python.org/issue19918>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Aaron Meurer :
--
nosy: +Aaron.Meurer
___
Python tracker
<http://bugs.python.org/issue25117>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Aaron Meurer :
--
nosy: +Aaron.Meurer
___
Python tracker
<http://bugs.python.org/issue25295>
___
___
Python-bugs-list mailing list
Unsubscribe:
Aaron Meurer added the comment:
Does this mean that some SymPy object is giving different hash values on
successive calls to hash()? We definitely need to look into this on the SymPy
side.
--
___
Python tracker
<http://bugs.python.org/issue25
Aaron Meurer added the comment:
I can't believe this issue was closed. Why can't Counter.__lt__(self, other)
just be all(self[i] < other[i] for i in self)?
Just because Counter supports weird stuff shouldn't bill it out. To follow that
logic, we should also remov
New submission from Aaron Hall:
Based on the data-model documentation
(https://docs.python.org/2/reference/datamodel.html#invoking-descriptors) and
the dotted lookup behavior, the follow definitions are correct:
"If the descriptor defines __set__() and/or __delete__(), it is a
Changes by Aaron Meurer :
--
nosy: +Aaron.Meurer
___
Python tracker
<http://bugs.python.org/issue26204>
___
___
Python-bugs-list mailing list
Unsubscribe:
New submission from Aaron Halfaker:
multiprocessing.imap will hang and not raise an error if an error occurs in the
generator that is being mapped over. I'd expect the error to be raised and/or
the process to fail.
For example, run the following code in python 2.7 or 3.4:
Changes by Aaron Meurer :
--
nosy: +Aaron.Meurer
___
Python tracker
<http://bugs.python.org/issue25453>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Aaron Meurer :
--
nosy: +Aaron.Meurer
___
Python tracker
<http://bugs.python.org/issue23476>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Aaron Meurer :
--
nosy: +Aaron.Meurer
___
Python tracker
<http://bugs.python.org/issue18199>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Aaron Meurer :
--
nosy: +Aaron.Meurer
___
Python tracker
<http://bugs.python.org/issue17697>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Aaron Meurer :
--
nosy: +Aaron.Meurer
___
Python tracker
<http://bugs.python.org/issue16482>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Aaron Gallagher <_...@habnab.it>:
--
nosy: -habnabit
___
Python tracker
<http://bugs.python.org/issue3119>
___
___
Python-bugs-list mailing list
Aaron Gallagher added the comment:
Definitely not interested in pickle at all anymore.
--
___
Python tracker
<http://bugs.python.org/issue3119>
___
___
Python-bug
Hi all,
I found a bug in Python 2.7 involving dictionary comprehensions. I repeatedly
tried to register on the Issue Tracker (http://bugs.python.org/) but never
received a confirmation email, so I still can't log in and post it there. Maybe
someone on this list can post it on my behalf:
>>> fu
New submission from Aaron Myles Landwehr:
If I execute the following code, the file descriptor for CONOUT$ has a fileno
!= 1. With CONIN$ the fileno != 0. Similar code in another language such as
perl produces the desired results.
sys.stdout.close();
sys.stdout = open("CONOUT$
Aaron Myles Landwehr added the comment:
Yeah, it is windows specific. The problem is that if you open conout$ and the
descriptor isn't 1, the buffer doesn't flush normally so the console won't
display anything unless you manually flush it.
Now, why would you want to redirec
Aaron Myles Landwehr added the comment:
Note, I just read eryksun's response. That does indeed fix the issues without
API changes.
--
___
Python tracker
<http://bugs.python.org/is
301 - 323 of 323 matches
Mail list logo