[issue24460] urlencode() of dictionary not as expected

2015-06-16 Thread David Rueter
New submission from David Rueter: In Python 3.4 I would like to serialize a dictionary into a URL-encoded string. Given a dictionary like this: >>> thisDict = {'SomeVar1': [b'abc'], 'SomeVar2': [b'def'], 'SomeVar3': >>> [b'ghi']} I would like to be able to return this string: SomeVa

[issue7518] Some functions in pymath.c should be moved elsewhere.

2015-06-16 Thread Martin Panter
Martin Panter added the comment: I suspect the change here causes _math.c to be compiled to the same object file twice, and there is a race condition when the compilations are concurrent. See Issue 24421. -- nosy: +vadmium ___ Python tracker

[issue24421] Race condition compiling Modules/_math.c

2015-06-16 Thread Martin Panter
Martin Panter added the comment: I think this may have been introduced when _math.c was added as a source file of the “cmath” module in r76978 (Issue 7518). In /setup.py:585 there are two distutils.core.Extension objects, both mentioning _math.c. In the build_ext._build_extensions_parallel() m

[issue23883] __all__ lists are incomplete

2015-06-16 Thread Martin Panter
Martin Panter added the comment: Reviews of the patches waiting here: tarfile, calendar (Joel): Look mainly good; I added minor suggestions about the test cases to Reitveld. fileinput (Mauro): Looks pretty good; one minor comment on Rietveld. csv (Jacek): Pretty good; couple minor suggestions

[issue24429] msvcrt error when embedded

2015-06-16 Thread Steve Dower
Steve Dower added the comment: > i assume he's coordinating the crt versions? apparently a lot of people use > these. So do I :) He's definitely got access to the correct compiler versions, so I'm sure he's using them (via distutils/setuptools, which will always try to use the correct one).

[issue23187] Segmentation fault, possibly asyncio related

2015-06-16 Thread STINNER Victor
STINNER Victor added the comment: I'm sorry, but even if it's a real bug, we don't have enough information nor any scenario to reproduce the bug, so it's not possible to investigate the bug. I close the issue. -- resolution: -> out of date status: open -> closed _

[issue15745] Numerous utime ns tests fail on FreeBSD w/ ZFS (update: and NetBSD w/ FFS, Solaris w/ UFS)

2015-06-16 Thread STINNER Victor
STINNER Victor added the comment: The issue looks to be fixed on Python 3.4, 3.5 and 3.6. I checked quickly buildbots. I close the issue. -- resolution: -> fixed status: open -> closed ___ Python tracker

[issue24429] msvcrt error when embedded

2015-06-16 Thread erik flister
erik flister added the comment: thanks a lot for the detailed info steve, very clearly stated! > Yeah, geos_c.dll really should have exported its own free() function. > find_library('c') is probably the wrong approach here - if geos_c.dll is > being rebuilt with different CRTs at all then the

[issue24459] Mention PYTHONFAULTHANDLER in the man page

2015-06-16 Thread STINNER Victor
STINNER Victor added the comment: PYTHONASYNCIODEBUG and PYTHONTRACEMALLOC are also missing. I didn't know that Python has a manual page :-) (Misc/python.man) Note: I added these 3 environment variables ;-) -- nosy: +haypo ___ Python tracker

[issue24459] Mention PYTHONFAULTHANDLER in the man page

2015-06-16 Thread Antony Lee
New submission from Antony Lee: The man page doesn't mention PYTHONFAULTHANDER in the list of environment variables (I haven't thoroughly checked that everyone else is there, either). I would also suggest reordering the environment variables in alphabetical order. -- assignee: docs@py

[issue23883] __all__ lists are incomplete

2015-06-16 Thread Jacek Kołodziej
Changes by Jacek Kołodziej : Added file: http://bugs.python.org/file39717/Issue23883_csv_all.patch ___ Python tracker ___ ___ Python-bugs-list

[issue23883] __all__ lists are incomplete

2015-06-16 Thread Jacek Kołodziej
Changes by Jacek Kołodziej : Removed file: http://bugs.python.org/file39716/Issue23883_csv_all.patch ___ Python tracker ___ ___ Python-bugs-li

[issue24456] audioop.adpcm2lin Buffer Over-read

2015-06-16 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- assignee: -> serhiy.storchaka nosy: +serhiy.storchaka ___ Python tracker ___ ___ Python-bugs-list ma

[issue24457] audioop.lin2adpcm Buffer Over-read

2015-06-16 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- assignee: -> serhiy.storchaka nosy: +serhiy.storchaka ___ Python tracker ___ ___ Python-bugs-list ma

[issue23883] __all__ lists are incomplete

2015-06-16 Thread Jacek Kołodziej
Jacek Kołodziej added the comment: Hi! This is my first attempt at contributing so as always, feedback will be well appreciated. :) I meant to start small so I took a shot with csv module. In test, initial expected set contains QUOTE_* because they don't provide __module__ attribute, and __do

[issue13501] Make libedit support more generic; port readline / libedit to FreeBSD

2015-06-16 Thread Ed Maste
Ed Maste added the comment: I believe the 0-based vs 1-based history is only one of a few different inconsistencies between libedit and readline. Workarounds will be necessary until a fixed libedit is deployed on all operating systems / distros of interest, but yes I agree that eventually they

[issue24458] Documentation for PEP 489

2015-06-16 Thread Petr Viktorin
New submission from Petr Viktorin: Hello, Here is a patch documenting PEP 489. I don't feel comfortable rewriting the tutorial [0] yet: before the issue with callbacks/module state [1] is solved, which is 3.6 material, multi-phase init is not suitable for all modules. So everything in PEP 489

[issue23642] Interaction of ModuleSpec and C Extension Modules

2015-06-16 Thread Petr Viktorin
Petr Viktorin added the comment: ping; this issue can be closed. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscri

[issue24127] Fatal error in launcher: Job information querying failed

2015-06-16 Thread Henrik Heimbuerger
Henrik Heimbuerger added the comment: Great, thanks for letting us know, Dan! -- ___ Python tracker ___ ___ Python-bugs-list mailing l