[issue1469629] __dict__ = self in subclass of dict causes a memory leak?

2011-11-03 Thread Boris FELD
Changes by Boris FELD : -- nosy: +Boris.FELD ___ Python tracker <http://bugs.python.org/issue1469629> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue13621] Unicode performance regression in python3.3 vs python3.2

2011-12-17 Thread Boris FELD
New submission from Boris FELD : Hello everyone, I juste tried to launch the stringbench on python3.2 and python3.3 dev versions and some unicode tests run slower in python3.3 than in python3.2. I cc the two raw output of both runs. I also extracted most interesting data (all the tests with

[issue13621] Unicode performance regression in python3.3 vs python3.2

2011-12-17 Thread Boris FELD
Changes by Boris FELD : Added file: http://bugs.python.org/file23992/stringbench_log_cpython3.3 ___ Python tracker <http://bugs.python.org/issue13621> ___ ___ Python-bug

[issue13621] Unicode performance regression in python3.3 vs python3.2

2011-12-17 Thread Boris FELD
Changes by Boris FELD : Added file: http://bugs.python.org/file23993/stringbench.py ___ Python tracker <http://bugs.python.org/issue13621> ___ ___ Python-bugs-list mailin

[issue13621] Unicode performance regression in python3.3 vs python3.2

2011-12-17 Thread Boris FELD
Changes by Boris FELD : Removed file: http://bugs.python.org/file23993/stringbench.py ___ Python tracker <http://bugs.python.org/issue13621> ___ ___ Python-bugs-list m

[issue13621] Unicode performance regression in python3.3 vs python3.2

2011-12-17 Thread Boris FELD
Changes by Boris FELD : Added file: http://bugs.python.org/file23994/compare.py ___ Python tracker <http://bugs.python.org/issue13621> ___ ___ Python-bugs-list mailin

[issue13622] Bytes performance regression in python3.3 vs python3.2

2011-12-17 Thread Boris FELD
New submission from Boris FELD : Hello everyone, I juste tried to launch the stringbench on python3.2 and python3.3 dev versions and some bytes tests run slower in python3.3 than in python3.2. I cc the two raw output of both runs. I also extracted most interesting data (all the tests with

[issue13622] Bytes performance regression in python3.3 vs python3.2

2011-12-17 Thread Boris FELD
Changes by Boris FELD : Added file: http://bugs.python.org/file23996/stringbench_log_cpython3.3 ___ Python tracker <http://bugs.python.org/issue13622> ___ ___ Python-bug

[issue13622] Bytes performance regression in python3.3 vs python3.2

2011-12-17 Thread Boris FELD
Changes by Boris FELD : Added file: http://bugs.python.org/file23997/compare.py ___ Python tracker <http://bugs.python.org/issue13622> ___ ___ Python-bugs-list mailin

[issue13622] Bytes performance regression in python3.3 vs python3.2

2011-12-17 Thread Boris FELD
Boris FELD added the comment: Forgot to describe my environment: Mac OS X 10.6.8 GCC i686-apple-darwin10-gcc-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5666) (dot 3) CPython3.3 revision ea421c534305 CPython3.2 revision 0b86da9d6964 -- ___ Python tracker

[issue13621] Unicode performance regression in python3.3 vs python3.2

2011-12-17 Thread Boris FELD
Boris FELD added the comment: Forgot to describe my environment: Mac OS X 10.6.8 GCC i686-apple-darwin10-gcc-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5666) (dot 3) CPython3.3 revision ea421c534305 CPython3.2 revision 0b86da9d6964 -- ___ Python tracker

[issue13623] Bytes performance regression in python3.3 vs python3.2

2011-12-17 Thread Boris FELD
New submission from Boris FELD : Hello everyone, I juste tried to launch the stringbench on python3.2 and python3.3 dev versions and some bytes tests run slower in python3.3 than in python3.2. I cc the two raw output of both runs. I also extracted most interesting data (all the tests with

[issue13623] Bytes performance regression in python3.3 vs python3.2

2011-12-17 Thread Boris FELD
Changes by Boris FELD : Added file: http://bugs.python.org/file24000/iobench_log_python3.3 ___ Python tracker <http://bugs.python.org/issue13623> ___ ___ Python-bug

[issue13623] Bytes performance regression in python3.3 vs python3.2

2011-12-17 Thread Boris FELD
Changes by Boris FELD : Added file: http://bugs.python.org/file24001/compare.py ___ Python tracker <http://bugs.python.org/issue13623> ___ ___ Python-bugs-list mailin

[issue13623] Bytes performance regression in python3.3 vs python3.2

2011-12-17 Thread Boris FELD
Changes by Boris FELD : Removed file: http://bugs.python.org/file24000/iobench_log_python3.3 ___ Python tracker <http://bugs.python.org/issue13623> ___ ___ Python-bug

[issue13623] Bytes performance regression in python3.3 vs python3.2

2011-12-17 Thread Boris FELD
Changes by Boris FELD : Added file: http://bugs.python.org/file24002/stringbench_log_cpython3.3 ___ Python tracker <http://bugs.python.org/issue13623> ___ ___ Python-bug

[issue5492] Error on leaving IDLE with quit() or exit() under Linux

2011-12-17 Thread Boris FELD
Boris FELD added the comment: The problem still exists in trunk with 3.2 and 3.3. -- nosy: +Boris.FELD versions: +Python 3.2, Python 3.3 ___ Python tracker <http://bugs.python.org/issue5

[issue10805] traceback.print_exception throws AttributeError when exception is None

2011-12-17 Thread Boris FELD
Boris FELD added the comment: I add a test to test_traceback.py for this bug. Bug is confirmed on python 3.2 and python3.3. I use 2.x behavior as reference. I don't know if we should add an assertion in traceback.print_exception or traceback._iter_chain, so I add the tes

[issue8906] Document TestCase attributes in class docstring

2011-12-18 Thread Boris FELD
Boris FELD added the comment: Add a patch for this issue, move attributes comments in TestCase docstring. I think it should be a good idea too to add their in unittest doc. -- keywords: +patch nosy: +Boris.FELD Added file: http://bugs.python.org/file24024/unittest_docstring.patch

[issue10154] locale.normalize strips "-" from UTF-8, which fails on Mac

2011-02-27 Thread Boris FELD
Boris FELD added the comment: Bug confirmed on python2.5+ and python3.2-. If it works with the dash, is agree with the Marc-Andre solution. -- nosy: +Boris.FELD versions: +Python 2.5, Python 2.6 ___ Python tracker <http://bugs.python.

[issue11025] Distutils2 install command without setup.py or setup.cfg create an UNKNOWN-UNKNOWN.dist-info distribution

2011-01-27 Thread Boris FELD
New submission from Boris FELD : Distutils2 install command don't display error if you try to launch it in a directory without setup.py nor setup.cfg files. It install an UNKNOWN-UNKNOWN.dist-info distribution in your site-package with all meta-data file set to UNKNOWN. -- ass

[issue11026] Distutils2 install command fail with python 2.5/2.7

2011-01-27 Thread Boris FELD
New submission from Boris FELD : Distutils2 install command fail with both python 2.5 and python 2.7 while it works with python 2.6. $ python -V python 2.5.4 $ python -m "distutils2.run" install usage: run.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...] or: run.py --help

[issue11026] Distutils2 install command fail with python 2.5/2.7

2011-01-27 Thread Boris FELD
Changes by Boris FELD : -- type: -> crash ___ Python tracker <http://bugs.python.org/issue11026> ___ ___ Python-bugs-list mailing list Unsubscri

[issue11026] Distutils2 install command fail with python 2.5/2.7

2011-01-27 Thread Boris FELD
Boris FELD added the comment: The new command for installation is install_dist, sorry. -- resolution: -> invalid status: open -> closed ___ Python tracker <http://bugs.python.org/i

[issue11025] Distutils2 install command without setup.py or setup.cfg create an UNKNOWN-UNKNOWN.dist-info distribution

2011-01-27 Thread Boris FELD
Boris FELD added the comment: It also fails with python 2.5 and python 2.7 with install_dist command. -- versions: +Python 2.5, Python 2.7 ___ Python tracker <http://bugs.python.org/issue11

[issue13943] distutils’ build_py fails when package string is unicode

2014-01-03 Thread Boris FELD
Boris FELD added the comment: I've the same problem today with package https://pypi.python.org/pypi/httpretty/0.7.1 but only when I try to install one of my project which requires httpretty, if I try to install it directly it works like a charm. pip install httpretty -> works pip

[issue13943] distutils’ build_py fails when package string is unicode

2014-01-10 Thread Boris FELD
Boris FELD added the comment: An issue has been opened in pip repository: https://github.com/pypa/pip/issues/1441 -- ___ Python tracker <http://bugs.python.org/issue13

[issue23972] Asyncio reuseport

2015-04-16 Thread Boris FELD
New submission from Boris FELD: I'm trying to create some UDP sockets for doing multicast communication. I have the working code in synchronous way and try to port it to asyncio. One last issue is blocking for me, I'm on Mac OS X and for multicast UDP to work, the SO_REUSEPORT must