Re: [Python-Dev] Add Gentoo packagers of external modules to Misc/ACKS
2013/12/8 R. David Murray : > As far as we have been able to determine, Tae Wong is in fact a bot > (note the 'seo' in the email address...a tip of the hand, as far as > I can see). We have removed all access permissions (including email) > from the related account on the bug tracker already. IMO this address > should be blocked from posting to all python lists. Tae Wong bot used a seotaewon...@gmail.com address before, that new. I think rule about "taewong" in address will be enough. > > --David > > On Sun, 08 Dec 2013 11:07:10 +0100, Dirkjan Ochtman > wrote: >> Tae Wong, >> >> Please don't speak on behalf the Gentoo Python team. >> >> Everyone else, sorry for this, they are definitely not actually >> connected to our Gentoo team. >> >> Cheers, >> >> Dirkjan >> ___ >> Python-Dev mailing list >> Python-Dev@python.org >> https://mail.python.org/mailman/listinfo/python-dev >> Unsubscribe: >> https://mail.python.org/mailman/options/python-dev/rdmurray%40bitdance.com > ___ > Python-Dev mailing list > Python-Dev@python.org > https://mail.python.org/mailman/listinfo/python-dev > Unsubscribe: > https://mail.python.org/mailman/options/python-dev/dmi.baranov%40gmail.com ___ Python-Dev mailing list Python-Dev@python.org https://mail.python.org/mailman/listinfo/python-dev Unsubscribe: https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
Re: [Python-Dev] Segmentation fault on 3.4 with --pydebug
No for me: $ ./python -Wd -m test.regrtest test_exceptions [1/1] test_exceptions 1 test OK. $ uname -a Linux 3.2.0-32-generic #51-Ubuntu SMP Wed Sep 26 21:32:50 UTC 2012 i686 i686 i386 GNU/Linux Please look at issue18075 2013/5/30 Łukasz Langa : > This happens after Benjamin's changes in 83937. Anybody else seeing this? > > Intel i5 2.4 GHz, Mac OS X 10.8.3, clang > > $ hg up default > $ make distclean > $ MACOSX_DEPLOYMENT_TARGET=10.8 ./configure --with-pydebug > $ make > $ ./python.exe -Wd -m test.regrtest test_exceptions > [1/1] test_exceptions > Fatal Python error: Segmentation fault > > Current thread 0x7fff74254180: > File > "/Users/ambv/Documents/Projekty/Python/cpython/py34/Lib/test/test_exceptions.py", > line 453 in f > File > "/Users/ambv/Documents/Projekty/Python/cpython/py34/Lib/test/test_exceptions.py", > line 453 in f > File > "/Users/ambv/Documents/Projekty/Python/cpython/py34/Lib/test/test_exceptions.py", > line 453 in f > ... (repeated a 100 times) > Command terminated abnormally. > > > > Everything runs fine without --with-pydebug (or before 83937 with > --with-pydebug). > > -- > Best regards, > Łukasz Langa > > WWW: http://lukasz.langa.pl/ > Twitter: @llanga > IRC: ambv on #python-dev > > > ___ > Python-Dev mailing list > Python-Dev@python.org > http://mail.python.org/mailman/listinfo/python-dev > Unsubscribe: > http://mail.python.org/mailman/options/python-dev/dmi.baranov%40gmail.com > ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com