Re: [Python-Dev] libffi inclusion in python
On Thu, Apr 18, 2013 at 11:17 PM, Ronald Oussoren wrote: > Stripping libffi from python's source tree would be fine by me, but would > require testing with upstream libffi. AFAIK system libffi on osx wouldn't be > goog enough, it doesn't work properly with clang. If you mean http://bugs.python.org/issue17136, I think that has been fixed in libffi upstream? Cheers, Dirkjan ___ Python-Dev mailing list [email protected] http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
Re: [Python-Dev] libffi inclusion in python
On 19 Apr, 2013, at 10:13, Dirkjan Ochtman wrote: > On Thu, Apr 18, 2013 at 11:17 PM, Ronald Oussoren > wrote: >> Stripping libffi from python's source tree would be fine by me, but would >> require testing with upstream libffi. AFAIK system libffi on osx wouldn't be >> goog enough, it doesn't work properly with clang. > > If you mean http://bugs.python.org/issue17136, I think that has been > fixed in libffi upstream? Appearently, but not in /usr/lib/libffi.dylib (at least nog when I checked it last time, which was at least one minor release of 10.8 ago). Which means that the binary installers will still have to use a bundled copy of libffi, but as Ned wrote that's not really a problem because the script that builds those installers already includes some other libraries that are not available on OSX or are too old. That said, I haven't tested yet if upstream libffi actually works although others seem to have. Ronald ___ Python-Dev mailing list [email protected] http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
Re: [Python-Dev] A decade as a core dev
As an average python user, thank you for your commitment, and keep up the good work! Alfredo On Thu, Apr 18, 2013 at 8:57 PM, Barry Warsaw wrote: > On Apr 18, 2013, at 07:34 PM, Antoine Pitrou wrote: > >>Normally you should break a buildbot as a celebration :) > > Or do a release and go on vacation. > > -Barry > ___ > Python-Dev mailing list > [email protected] > http://mail.python.org/mailman/listinfo/python-dev > Unsubscribe: > http://mail.python.org/mailman/options/python-dev/asolano%40icai.es ___ Python-Dev mailing list [email protected] http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
[Python-Dev] Summary of Python tracker Issues
ACTIVITY SUMMARY (2013-04-12 - 2013-04-19)
Python tracker at http://bugs.python.org/
To view or respond to any of the issues listed below, click on the issue.
Do NOT respond to this message.
Issues counts and deltas:
open3928 (+20)
closed 25642 (+73)
total 29570 (+93)
Open issues with patches: 1745
Issues opened (66)
==
#13355: random.triangular error when low = high=mode
http://bugs.python.org/issue13355 reopened by rhettinger
#14398: bz2.BZ2DEcompressor.decompress fail on large files
http://bugs.python.org/issue14398 reopened by nadeem.vawda
#17705: Fill Character cannot be \0
http://bugs.python.org/issue17705 opened by Julian
#17708: sys.flags.hash_randomization doesn't return correct value
http://bugs.python.org/issue17708 opened by msmhrt
#17709: http://docs.python.org/2.7/objects.inv doesn't support :func:`
http://bugs.python.org/issue17709 opened by ras
#17711: Persistent id in pickle with protocol version 0
http://bugs.python.org/issue17711 opened by serhiy.storchaka
#17712: test_gdb failures
http://bugs.python.org/issue17712 opened by pitrou
#17714: str.encode('base64') add trailing new line character. It is no
http://bugs.python.org/issue17714 opened by alex.75
#17716: From ... import fails when parent package failed but child mod
http://bugs.python.org/issue17716 opened by Pascal.Chambon
#17717: Set up nasm from external.bat
http://bugs.python.org/issue17717 opened by jpe
#17718: boolop constant checking for if/while
http://bugs.python.org/issue17718 opened by Stephen.Tu
#17720: pickle.py's load_appends should call append() on objects other
http://bugs.python.org/issue17720 opened by alexandre.vassalotti
#17721: Help button on preference window doesn't work
http://bugs.python.org/issue17721 opened by Guilherme.Simões
#17723: Use FileRead and FileWrite in fileio.c on Windows
http://bugs.python.org/issue17723 opened by jpe
#17725: English mistake in Extending and Embedding Python doc page.
http://bugs.python.org/issue17725 opened by Kyle.Simpson
#17727: document that some distributions change site.py defaults
http://bugs.python.org/issue17727 opened by georg.brandl
#17729: advocacy howto improvements
http://bugs.python.org/issue17729 opened by georg.brandl
#17730: code.interact() doesn't support no banner
http://bugs.python.org/issue17730 opened by Drekin
#17732: distutils.cfg Can Break venv
http://bugs.python.org/issue17732 opened by nicksloan
#17733: Add tests to test__header_value_parser for RFC 2231 parsing co
http://bugs.python.org/issue17733 opened by Ankur.Ankan
#17734: Failure when running test_builtin after test_genexps
http://bugs.python.org/issue17734 opened by ncoghlan
#17735: inspect.findsource throws IndexError
http://bugs.python.org/issue17735 opened by Kyle.Simpson
#17736: Misleading method comment in _elementtree.c : get_attrib_from_
http://bugs.python.org/issue17736 opened by Sjlver
#17737: test_gdb fails on armv7hl
http://bugs.python.org/issue17737 opened by bkabrda
#17742: Add _PyBytesWriter API
http://bugs.python.org/issue17742 opened by haypo
#17743: Use extended syntax of `set` command in activate.bat/deactivat
http://bugs.python.org/issue17743 opened by piotr.dobrogost
#17744: Unset VIRTUAL_ENV environment variable in deactivate.bat
http://bugs.python.org/issue17744 opened by piotr.dobrogost
#17745: "packaging" no longer planned to be included
http://bugs.python.org/issue17745 opened by tshepang
#17746: test_shutil.TestWhich.test_non_matching_mode fails when runnin
http://bugs.python.org/issue17746 opened by jibel
#17747: Deprecate pickle fast mode
http://bugs.python.org/issue17747 opened by alexandre.vassalotti
#17750: allow the testsuite to run in the installed location
http://bugs.python.org/issue17750 opened by doko
#17751: ctypes/test/test_macholib.py fails when run from the installed
http://bugs.python.org/issue17751 opened by doko
#17752: many distutils tests fail when run from the installed location
http://bugs.python.org/issue17752 opened by doko
#17753: test_zipfile: requires write access to test and email.test
http://bugs.python.org/issue17753 opened by doko
#17754: test_ctypes assumes LANG=C LC_ALL=C
http://bugs.python.org/issue17754 opened by doko
#17755: test_builtin assumes LANG=C
http://bugs.python.org/issue17755 opened by doko
#17756: test_syntax_error fails when run in the installed location
http://bugs.python.org/issue17756 opened by doko
#17758: test_site fails when the user does not have a home directory
http://bugs.python.org/issue17758 opened by doko
#17759: test_urllibnet.test_bad_address() fails on Ubuntu 13.04
http://bugs.python.org/issue17759 opened by barry
#17761: platform._parse_release_file doesn't close the /etc/lsb-releas
http://bugs.python.org/issue17761 opened by doko
#17762: platform.linux_distribution() should honor /etc/os-release
http://bugs.python.org/issue17762 opened by doko
#17763: test_pydoc fails with the installe
Re: [Python-Dev] [Python-checkins] cpython: #11182: remove the unused and undocumented pydoc.Scanner class. Patch by
On Fri, Apr 19, 2013 at 9:53 AM, ezio.melotti wrote: > http://hg.python.org/cpython/rev/465cb5ce5a7e > changeset: 83443:465cb5ce5a7e > user:Ezio Melotti > date:Fri Apr 19 02:53:12 2013 +0300 > summary: > #11182: remove the unused and undocumented pydoc.Scanner class. Patch by > Martin Morrison. I was going to comment on the lack of a leading underscore, but then I saw Terry's comment about pydoc.__all__ on the tracker issue. Carry on, nothing to see here :) Cheers, Nick. -- Nick Coghlan | [email protected] | Brisbane, Australia ___ Python-Dev mailing list [email protected] http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
