On 05.12.16 20:38, Terry Reedy wrote:
I believe that this item in your list is a design choice rather than a bug.
"* _collectionsmodule.c: deque_repr uses "[...]" as repr if recursion is
detected. I'd suggest that "deque(...)" is clearer---it's not a list."
I strongly suspect that Raymond H.
> On Dec 5, 2016, at 10:38 AM, Terry Reedy wrote:
>
> I believe that this item in your list is a design choice rather than a bug.
> "* _collectionsmodule.c: deque_repr uses "[...]" as repr if recursion is
> detected. I'd suggest that "deque(...)" is clearer---it's not a list."
>
> I strongly
Hi,
Can someone please review my patch for the following issue?
"Change in behavior when overriding warnings.showwarning and with
catch_warnings(record=True)"
http://bugs.python.org/issue28835
It would be nice to fix a known regression which has a patch :-)
I added warnings._showwarnmsg() to Pyt
The final hours for fixes for 3.6.0 are here. Although the cutoff for 3.6.0rc1
is scheduled for today, we are still reviewing a few last release-critical
fixes, primarily my fault for not pinging these earlier. So I'm going to hold
off tagging rc1 for another 12 hours or so. This is your last
On 12/5/2016 3:42 AM, Armin Rigo wrote:
[what to do with]
http://bitbucket.org/pypy/extradoc/raw/extradoc/planning/py3.5/cpython-crashers.rst
Independent isssues ultimately need separate tracker issues, but a few
collective issues are definitely better than nothing on the tracker.
Few free t
On 5 December 2016 at 18:42, Armin Rigo wrote:
> In 3.5.2+ at least, I'm reasonably convinced that all crashers are
> real, but I didn't spend the time to come up with actual examples or
> patches, beyond the first two items on the list. There are also
> non-crasher bugs where the current behavio
Hi all,
PyPy 3.5 is progressing. It's still alpha status, but we'll give a
progress report on morepypy.blogspot.com at some point.
Now the point of this mail is that when exploring the source code of
CPython 3.5.2+, we found a large number of crashers and bugs. None of
them are essential---othe