New submission from Zygmunt Krynicki:
It seems that a particular code sequence causes memory corruption (but not a
crash so far) in the interpreter. I've attached a test case that fails
assertion on python3.2 (tested on current amd64 12.04 builds) and works on
python3.3 (tested on cu
Zygmunt Krynicki added the comment:
2.7 test program
--
Added file: http://bugs.python.org/file32976/issue-19888.py27.py
___
Python tracker
<http://bugs.python.org/issue19
Zygmunt Krynicki added the comment:
Experimenting with a few modifications lead to the following observations:
1) objects with short names (defined inside the Obj class) tend to be ignored
and don't trigger the bug
2) Longer names tend to trigger the bug, ordering is not determinis
Zygmunt Krynicki added the comment:
This is not a bug, name spills out of for ... loop and then gets passed to
__new__
--
___
Python tracker
<http://bugs.python.org/issue19
Changes by Zygmunt Krynicki :
--
resolution: -> invalid
status: open -> closed
___
Python tracker
<http://bugs.python.org/issue19888>
___
___
Python-bugs-
Changes by Zygmunt Krynicki :
--
title: unittest.mock.MagicMock doesn't support __rdivmod__t ->
unittest.mock.MagicMock doesn't support __rdivmod__
___
Python tracker
<http://bugs.pytho
New submission from Zygmunt Krynicki:
Hey.
I'm the upstream developer of padme https://github.com/zyga/padme -- the mostly
transparent proxy class for Python. While working on unit tests for proxying
numeric methods I realized that there are a few bugs in the mock library.
The bug I
New submission from Zygmunt Krynicki:
Hey.
I'm the upstream developer of padme https://github.com/zyga/padme -- the mostly
transparent proxy class for Python. While working on unit tests for proxying
numeric methods I realized that there are a few bugs in the mock library.
The bug I
Changes by Zygmunt Krynicki :
--
type: -> behavior
versions: +Python 3.3 -Python 3.4, Python 3.5
___
Python tracker
<http://bugs.python.org/issue23568>
___
_
New submission from Zygmunt Krynicki:
Hi. I'm the upstream of Padme, a mostly transparent proxy library for Python. I
was adding support for the new matmul/@ operator when I noticed that MagicMock
doens't support it yet.
>>> form unittest.mock import MagicMock
>>&g
10 matches
Mail list logo