[issue25541] Wrong usage of sockaddr_un struct for abstract namespace unix sockets

2019-05-06 Thread PrzemeK
PrzemeK added the comment: Gist: https://gist.github.com/soutys/ffbe2e76a86835a9cc6b More: Padding `sun_path` with zeros for python cli code: ... client = socket.socket(socket.AF_UNIX, socket.SOCK_STREAM) client.connect("\0/var/tmp/sock.tmp" + "\0" * 90) ... gives strace like: ... socket(A

[issue36824] Refactor str tests to reflect that str and unicode are merged in Python 3

2019-05-06 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: There is still the functionality common to str, bytes and bytearray. So it make sense to have the common class for testing str, bytes, bytearray and UserList and other common class (subclass of the former one) for testing str and UserList. -- nosy

[issue25541] Wrong usage of sockaddr_un struct for abstract namespace unix sockets

2019-05-06 Thread PrzemeK
PrzemeK added the comment: Yep, it was 3.4 then... but I think problem still exists tl;dr: For abstract sockets (only?) filling struct with zeros is meaningful. long: * Python (cli) -> Python (srv) = works * C (cli) -> C (srv) = works * C (cli) -> Python (srv) = does NOT work * Python (cli)

[issue27639] UserList.__getitem__ doesn't account for slices

2019-05-06 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- keywords: +patch pull_requests: +13065 stage: needs patch -> patch review ___ Python tracker ___ ___

[issue36824] Refactor str tests to reflect that str and unicode are merged in Python 3

2019-05-06 Thread SilentGhost
Change by SilentGhost : -- components: +Tests -Library (Lib) ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue36824] Refactor str tests to reflect that str and unicode are merged in Python 3

2019-05-06 Thread Daniel Fortunov
New submission from Daniel Fortunov : Unit tests of `str` and related types (e.g. `UserString`) contain nomenclature and structure that dates back to the Python 2 distinction between `str` and `unicode`. Previously it was undesirable to disturb the structure of these tests too much as this w

[issue27639] UserList.__getitem__ doesn't account for slices

2019-05-06 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: PR 4981 LGTM (except that it would be worth to add the author's name in the NEWS entry). It is sad that it was not reviewed for 2 years and is closed now. -- ___ Python tracker

[issue36823] shutil.copytree copies directories and files but fails with that same directory with '[Errno 1] Operation not permitted')

2019-05-06 Thread SilentGhost
Change by SilentGhost : -- nosy: +giampaolo.rodola, tarek ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: htt

[issue1054] scriptsinstall target fails in alternate build dir

2019-05-06 Thread SilentGhost
Change by SilentGhost : -- nosy: +SilentGhost ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyt

[issue1054] scriptsinstall target fails in alternate build dir

2019-05-06 Thread SilentGhost
Change by SilentGhost : -- Removed message: https://bugs.python.org/msg341492 ___ Python tracker ___ ___ Python-bugs-list mailing lis

[issue1054] scriptsinstall target fails in alternate build dir

2019-05-06 Thread SilentGhost
Change by SilentGhost : Removed file: https://bugs.python.org/file26000/pec48.html ___ Python tracker ___ ___ Python-bugs-list mailing list U

[issue1054] scriptsinstall target fails in alternate build dir

2019-05-06 Thread SilentGhost
Change by SilentGhost : Removed file: https://bugs.python.org/file25997/pec46.html ___ Python tracker ___ ___ Python-bugs-list mailing list U

[issue1054] scriptsinstall target fails in alternate build dir

2019-05-06 Thread SilentGhost
Change by SilentGhost : Removed file: https://bugs.python.org/file25998/pec47.html ___ Python tracker ___ ___ Python-bugs-list mailing list U

[issue1054] scriptsinstall target fails in alternate build dir

2019-05-06 Thread SilentGhost
Change by SilentGhost : Removed file: https://bugs.python.org/file25996/pec45.html ___ Python tracker ___ ___ Python-bugs-list mailing list U

[issue1054] scriptsinstall target fails in alternate build dir

2019-05-06 Thread SilentGhost
Change by SilentGhost : Removed file: https://bugs.python.org/file25994/pec43.html ___ Python tracker ___ ___ Python-bugs-list mailing list U

[issue1054] scriptsinstall target fails in alternate build dir

2019-05-06 Thread SilentGhost
Change by SilentGhost : Removed file: https://bugs.python.org/file25995/pec44.html ___ Python tracker ___ ___ Python-bugs-list mailing list U

[issue1054] scriptsinstall target fails in alternate build dir

2019-05-06 Thread SilentGhost
Change by SilentGhost : Removed file: https://bugs.python.org/file25992/pec41.html ___ Python tracker ___ ___ Python-bugs-list mailing list U

[issue1054] scriptsinstall target fails in alternate build dir

2019-05-06 Thread SilentGhost
Change by SilentGhost : Removed file: https://bugs.python.org/file25989/pec38.html ___ Python tracker ___ ___ Python-bugs-list mailing list U

[issue1054] scriptsinstall target fails in alternate build dir

2019-05-06 Thread SilentGhost
Change by SilentGhost : Removed file: https://bugs.python.org/file25991/pec40.html ___ Python tracker ___ ___ Python-bugs-list mailing list U

[issue1054] scriptsinstall target fails in alternate build dir

2019-05-06 Thread SilentGhost
Change by SilentGhost : Removed file: https://bugs.python.org/file25993/pec42.html ___ Python tracker ___ ___ Python-bugs-list mailing list U

[issue1054] scriptsinstall target fails in alternate build dir

2019-05-06 Thread SilentGhost
Change by SilentGhost : Removed file: https://bugs.python.org/file25987/pec36.html ___ Python tracker ___ ___ Python-bugs-list mailing list U

[issue1054] scriptsinstall target fails in alternate build dir

2019-05-06 Thread SilentGhost
Change by SilentGhost : Removed file: https://bugs.python.org/file25990/pec39.html ___ Python tracker ___ ___ Python-bugs-list mailing list U

[issue1054] scriptsinstall target fails in alternate build dir

2019-05-06 Thread SilentGhost
Change by SilentGhost : Removed file: https://bugs.python.org/file25988/pec37.html ___ Python tracker ___ ___ Python-bugs-list mailing list U

[issue1054] scriptsinstall target fails in alternate build dir

2019-05-06 Thread SilentGhost
Change by SilentGhost : Removed file: https://bugs.python.org/file25984/pec33.html ___ Python tracker ___ ___ Python-bugs-list mailing list U

[issue1054] scriptsinstall target fails in alternate build dir

2019-05-06 Thread SilentGhost
Change by SilentGhost : Removed file: https://bugs.python.org/file25986/pec35.html ___ Python tracker ___ ___ Python-bugs-list mailing list U

[issue1054] scriptsinstall target fails in alternate build dir

2019-05-06 Thread SilentGhost
Change by SilentGhost : Removed file: https://bugs.python.org/file25985/pec34.html ___ Python tracker ___ ___ Python-bugs-list mailing list U

[issue1054] scriptsinstall target fails in alternate build dir

2019-05-06 Thread SilentGhost
Change by SilentGhost : Removed file: https://bugs.python.org/file25981/pec30.html ___ Python tracker ___ ___ Python-bugs-list mailing list U

[issue1054] scriptsinstall target fails in alternate build dir

2019-05-06 Thread SilentGhost
Change by SilentGhost : Removed file: https://bugs.python.org/file25982/pec31.html ___ Python tracker ___ ___ Python-bugs-list mailing list U

[issue1054] scriptsinstall target fails in alternate build dir

2019-05-06 Thread SilentGhost
Change by SilentGhost : Removed file: https://bugs.python.org/file25983/pec32.html ___ Python tracker ___ ___ Python-bugs-list mailing list U

[issue1054] scriptsinstall target fails in alternate build dir

2019-05-06 Thread SilentGhost
Change by SilentGhost : Removed file: https://bugs.python.org/file25976/pec25.html ___ Python tracker ___ ___ Python-bugs-list mailing list U

[issue1054] scriptsinstall target fails in alternate build dir

2019-05-06 Thread SilentGhost
Change by SilentGhost : Removed file: https://bugs.python.org/file25977/pec26.html ___ Python tracker ___ ___ Python-bugs-list mailing list U

[issue1054] scriptsinstall target fails in alternate build dir

2019-05-06 Thread SilentGhost
Change by SilentGhost : Removed file: https://bugs.python.org/file25980/pec29.html ___ Python tracker ___ ___ Python-bugs-list mailing list U

[issue1054] scriptsinstall target fails in alternate build dir

2019-05-06 Thread SilentGhost
Change by SilentGhost : Removed file: https://bugs.python.org/file25978/pec27.html ___ Python tracker ___ ___ Python-bugs-list mailing list U

[issue1054] scriptsinstall target fails in alternate build dir

2019-05-06 Thread SilentGhost
Change by SilentGhost : Removed file: https://bugs.python.org/file25979/pec28.html ___ Python tracker ___ ___ Python-bugs-list mailing list U

[issue1054] scriptsinstall target fails in alternate build dir

2019-05-06 Thread SilentGhost
Change by SilentGhost : Removed file: https://bugs.python.org/file25974/pec23.html ___ Python tracker ___ ___ Python-bugs-list mailing list U

[issue1054] scriptsinstall target fails in alternate build dir

2019-05-06 Thread SilentGhost
Change by SilentGhost : Removed file: https://bugs.python.org/file25975/pec24.html ___ Python tracker ___ ___ Python-bugs-list mailing list U

[issue1054] scriptsinstall target fails in alternate build dir

2019-05-06 Thread SilentGhost
Change by SilentGhost : -- nosy: -SilentGhost ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.py

[issue1054] scriptsinstall target fails in alternate build dir

2019-05-06 Thread SilentGhost
Change by SilentGhost : Removed file: https://bugs.python.org/file25968/pec17.html ___ Python tracker ___ ___ Python-bugs-list mailing list U

[issue1054] scriptsinstall target fails in alternate build dir

2019-05-06 Thread SilentGhost
Change by SilentGhost : Removed file: https://bugs.python.org/file25973/pec22.html ___ Python tracker ___ ___ Python-bugs-list mailing list U

[issue1054] scriptsinstall target fails in alternate build dir

2019-05-06 Thread SilentGhost
Change by SilentGhost : Removed file: https://bugs.python.org/file25966/pec15.html ___ Python tracker ___ ___ Python-bugs-list mailing list U

[issue1054] scriptsinstall target fails in alternate build dir

2019-05-06 Thread SilentGhost
Change by SilentGhost : Removed file: https://bugs.python.org/file25967/pec16.html ___ Python tracker ___ ___ Python-bugs-list mailing list U

[issue1054] scriptsinstall target fails in alternate build dir

2019-05-06 Thread SilentGhost
Change by SilentGhost : Removed file: https://bugs.python.org/file25972/pec21.html ___ Python tracker ___ ___ Python-bugs-list mailing list U

[issue1054] scriptsinstall target fails in alternate build dir

2019-05-06 Thread SilentGhost
Change by SilentGhost : Removed file: https://bugs.python.org/file25971/pec20.html ___ Python tracker ___ ___ Python-bugs-list mailing list U

[issue1054] scriptsinstall target fails in alternate build dir

2019-05-06 Thread SilentGhost
Change by SilentGhost : Removed file: https://bugs.python.org/file25970/pec19.html ___ Python tracker ___ ___ Python-bugs-list mailing list U

[issue1054] scriptsinstall target fails in alternate build dir

2019-05-06 Thread SilentGhost
Change by SilentGhost : Removed file: https://bugs.python.org/file25965/pec14.html ___ Python tracker ___ ___ Python-bugs-list mailing list U

[issue1054] scriptsinstall target fails in alternate build dir

2019-05-06 Thread SilentGhost
Change by SilentGhost : Removed file: https://bugs.python.org/file25963/pec12.html ___ Python tracker ___ ___ Python-bugs-list mailing list U

[issue1054] scriptsinstall target fails in alternate build dir

2019-05-06 Thread SilentGhost
Change by SilentGhost : Removed file: https://bugs.python.org/file25964/pec13.html ___ Python tracker ___ ___ Python-bugs-list mailing list U

[issue1054] scriptsinstall target fails in alternate build dir

2019-05-06 Thread SilentGhost
Change by SilentGhost : Removed file: https://bugs.python.org/file25961/pec10.html ___ Python tracker ___ ___ Python-bugs-list mailing list U

[issue1054] scriptsinstall target fails in alternate build dir

2019-05-06 Thread SilentGhost
Change by SilentGhost : Removed file: https://bugs.python.org/file25969/pec18.html ___ Python tracker ___ ___ Python-bugs-list mailing list U

[issue1054] scriptsinstall target fails in alternate build dir

2019-05-06 Thread SilentGhost
Change by SilentGhost : Removed file: https://bugs.python.org/file25962/pec11.html ___ Python tracker ___ ___ Python-bugs-list mailing list U

[issue1054] scriptsinstall target fails in alternate build dir

2019-05-06 Thread SilentGhost
Change by SilentGhost : Removed file: https://bugs.python.org/file25957/pec6.html ___ Python tracker ___ ___ Python-bugs-list mailing list Un

[issue1054] scriptsinstall target fails in alternate build dir

2019-05-06 Thread SilentGhost
Change by SilentGhost : Removed file: https://bugs.python.org/file25959/pec8.html ___ Python tracker ___ ___ Python-bugs-list mailing list Un

[issue1054] scriptsinstall target fails in alternate build dir

2019-05-06 Thread SilentGhost
Change by SilentGhost : Removed file: https://bugs.python.org/file25958/pec7.html ___ Python tracker ___ ___ Python-bugs-list mailing list Un

[issue1054] scriptsinstall target fails in alternate build dir

2019-05-06 Thread SilentGhost
Change by SilentGhost : Removed file: https://bugs.python.org/file25960/pec9.html ___ Python tracker ___ ___ Python-bugs-list mailing list Un

[issue1054] scriptsinstall target fails in alternate build dir

2019-05-06 Thread SilentGhost
Change by SilentGhost : Removed file: https://bugs.python.org/file25955/pec4.html ___ Python tracker ___ ___ Python-bugs-list mailing list Un

[issue1054] scriptsinstall target fails in alternate build dir

2019-05-06 Thread SilentGhost
Change by SilentGhost : Removed file: https://bugs.python.org/file25956/pec5.html ___ Python tracker ___ ___ Python-bugs-list mailing list Un

[issue1054] scriptsinstall target fails in alternate build dir

2019-05-06 Thread SilentGhost
Change by SilentGhost : Removed file: https://bugs.python.org/file25954/pec3.html ___ Python tracker ___ ___ Python-bugs-list mailing list Un

[issue1054] scriptsinstall target fails in alternate build dir

2019-05-06 Thread SilentGhost
SilentGhost added the comment: Closing as out of date. Too much spam in this issue. -- nosy: +SilentGhost -topworker resolution: -> out of date stage: needs patch -> resolved status: open -> closed ___ Python tracker

[issue1054] scriptsinstall target fails in alternate build dir

2019-05-06 Thread SilentGhost
Change by SilentGhost : Removed file: https://bugs.python.org/file25953/pec2.html ___ Python tracker ___ ___ Python-bugs-list mailing list Un

[issue1054] scriptsinstall target fails in alternate build dir

2019-05-06 Thread SilentGhost
Change by SilentGhost : Removed file: https://bugs.python.org/file25952/pec1.html ___ Python tracker ___ ___ Python-bugs-list mailing list Un

[issue36822] Minor grammatical fix in glossary.rst

2019-05-06 Thread SilentGhost
Change by SilentGhost : -- type: enhancement -> behavior versions: -Python 3.5, Python 3.6, Python 3.9 ___ Python tracker ___ ___ P

[issue36817] Add = to f-strings for easier debugging.

2019-05-06 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: I like this! Except that I think that !f is not needed. You can use repr by default only when no format spec is specified, and add explicit !r if you want to use repr with the format spec. If you want to format the value without repr and the format spec -

[issue34616] implement "Async exec"

2019-05-06 Thread Matthias Bussonnier
Matthias Bussonnier added the comment: Thank Yuri for the guidance; I worked on it, cleaned things up a bit and posted a draft PR (#13148) with some example. That helps cleaning up a lot of code; and in the PR is a ~30 line example that implement an asyncio-repl. -- __

[issue36807] IDLE doesn't call os.fsync()

2019-05-06 Thread Dan Halbert
Dan Halbert added the comment: I'm one of the CircuitPython core devs. This issue is OS-dependent: Windows and Linux don't necessarily write data and metadata out to USB drives promptly. The problem is particularly acute for FAT12 filesystems on Windows, which are typically 16MB or smaller:

[issue35925] test_httplib test_nntplib test_ssl fail on ARMv7 Debian buster bot (OpenSSL 1.1.1a)

2019-05-06 Thread Gregory P. Smith
Gregory P. Smith added the comment: The merged PR basically skips the specific failing unit test cases of the ssl key strength check error is detected during these network tests. It should probably be backported into 3.6 and 2.7 to ease maintenance and trust of the buildbots on those. Only

[issue35925] test_httplib test_nntplib test_ssl fail on ARMv7 Debian buster bot (OpenSSL 1.1.1a)

2019-05-06 Thread miss-islington
miss-islington added the comment: New changeset ffa29b5aca1aaeae46af2582c401ef0ed20d4153 by Miss Islington (bot) in branch '3.7': bpo-35925: Skip SSL tests that fail due to weak external certs. (GH-13124) https://github.com/python/cpython/commit/ffa29b5aca1aaeae46af2582c401ef0ed20d4153

[issue24263] unittest cannot load module whose name starts with Unicode

2019-05-06 Thread Toshio Kuratomi
Change by Toshio Kuratomi : -- pull_requests: +13064 stage: test needed -> patch review ___ Python tracker ___ ___ Python-bugs-list

[issue36823] shutil.copytree copies directories and files but fails with that same directory with '[Errno 1] Operation not permitted')

2019-05-06 Thread Ryan Avery
New submission from Ryan Avery : I am trying to use shutil.copytree on an Azure VM that has Azure FileStorage mounted with SMB 3.0. When I run the following to copy directories from one location on my Azure File Storage to another location on my File Storage, the whole directory, subdirectory

[issue36783] No documentation for _FromXandFold C API functions

2019-05-06 Thread Edison Abahurire
Edison Abahurire added the comment: I have submitted a PR to address this. Awaiting Review. -- ___ Python tracker ___ ___ Python-bu

[issue34616] implement "Async exec"

2019-05-06 Thread Matthias Bussonnier
Change by Matthias Bussonnier : -- keywords: +patch pull_requests: +13063 stage: -> patch review ___ Python tracker ___ ___ Python-

[issue36782] Add tests for the datetime C API

2019-05-06 Thread Edison Abahurire
Edison Abahurire added the comment: @p-ganssle Please open a new bpo for the Untested macros. I will be happy to work on that in the sprints tomorrow. -- ___ Python tracker

[issue36782] Add tests for the datetime C API

2019-05-06 Thread Edison Abahurire
Edison Abahurire added the comment: I have submitted PR (under review) for these tests: - PyDate_FromDate / PyDateTimeAPI->Date_FromDate - PyDateTime_FromDateAndTime / PyDateTimeAPI->DateTime_FromDateAndTime - PyDateTime_FromDateAndTimeAndFold / PyDateTimeAPI->DateTime_FromDateAndTimeAndFold

[issue36778] test_site.StartupImportTests.test_startup_imports fails if default code page is cp65001

2019-05-06 Thread Inada Naoki
Inada Naoki added the comment: FYI, I expect cp65001 will be used more widely in near future, because non UTF-8 default encoding reduced Developer eXperience, and Microsoft try to improve DX recent years. Today, Microsoft announced new Terminal application. It seems use `SetConsoleOutputCP(650

[issue36806] Forbid creating of stream objects outside of asyncio

2019-05-06 Thread Andrew Svetlov
Change by Andrew Svetlov : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ __

[issue13824] argparse.FileType opens a file and never closes it

2019-05-06 Thread Mitar
Mitar added the comment: Why not make FileType instance also a context manager, so you could do something like: with arguments.input as f: assert arguments.input is f For backwards compatibility, FileType would open eagerly as now, but it would be closed at exit from context manager. We

[issue36783] No documentation for _FromXandFold C API functions

2019-05-06 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch pull_requests: +13060 stage: -> patch review ___ Python tracker ___ ___ Python-bugs-l

[issue36792] [Windows] time: crash on formatting time with de_DE locale

2019-05-06 Thread Jeremy Kloth
Jeremy Kloth added the comment: Thanks for the reminder Eryk Sun. This means the test needs to be run yet one more time :) import ctypes, locale, struct crt_time = ctypes.CDLL('api-ms-win-crt-time-l1-1-0', use_errno=True) locale.setlocale(locale.LC_ALL, 'de_DE') buf = ctypes.create_string_bu

[issue36817] Add = to f-strings for easier debugging.

2019-05-06 Thread Ivan Levkivskyi
Ivan Levkivskyi added the comment: +1 from me (as a big fan of print-debugging). -- nosy: +levkivskyi ___ Python tracker ___ ___ Py

[issue23697] Module level map & submit for concurrent.futures

2019-05-06 Thread Josh Rosenberg
Josh Rosenberg added the comment: For the process based versions, it makes it too easy to accidentally fork bomb yourself, since each process that call psubmit would implicitly created another #CPUs workers of its own, so a process based version Brian's case with a mere four top-level psubmi

[issue10653] test_time test_strptime fails on windows

2019-05-06 Thread Jeremy Kloth
Change by Jeremy Kloth : -- nosy: +jkloth ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python

[issue36684] codecov.io code coverage has not updated since 2019-04-13

2019-05-06 Thread Gordon P. Hemsley
Change by Gordon P. Hemsley : -- pull_requests: +13059 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https:

[issue36684] codecov.io code coverage has not updated since 2019-04-13

2019-05-06 Thread Gordon P. Hemsley
Gordon P. Hemsley added the comment: Hah, that's indeed where I've landed in my experimentation. -- ___ Python tracker ___ ___ Pyth

[issue36822] Minor grammatical fix in glossary.rst

2019-05-06 Thread Sanyam Khurana
Change by Sanyam Khurana : -- keywords: +patch pull_requests: +13058 stage: needs patch -> patch review ___ Python tracker ___ ___ P

[issue36822] Minor grammatical fix in glossary.rst

2019-05-06 Thread Sanyam Khurana
New submission from Sanyam Khurana : While working on translations, I saw a minor grammatical error in `Doc/glossary.rst`: ``` * The default Python prompt of the interactive shell when entering code for an indented code block ... ``` should be ``` * The default Python pr

[issue36814] posix_spawn explicit file_actions=None throws error

2019-05-06 Thread anthony shaw
anthony shaw added the comment: After patch: Python 3.8.0a3+ (heads/31968-dirty:c664b342a4, May 6 2019, 18:06:21) [Clang 10.0.1 (clang-1001.0.46.4)] on darwin Type "help", "copyright", "credits" or "license" for more information. >>> import os >>> os.posix_spawnp('whoami', ['whoami'], os.env

[issue36814] posix_spawn explicit file_actions=None throws error

2019-05-06 Thread anthony shaw
anthony shaw added the comment: Issue is in parse_file_actions parse_file_actions(PyObject *file_actions, posix_spawn_file_actions_t *file_actionsp, PyObject *temp_buffer) { PyObject *seq; PyObject *file_action = NULL; PyObject *tag_obj; s

[issue36814] posix_spawn explicit file_actions=None throws error

2019-05-06 Thread anthony shaw
anthony shaw added the comment: Raised a fix in GH-13144 -- stage: patch review -> ___ Python tracker ___ ___ Python-bugs-list mai

[issue36395] Add deferred single-threaded/fake executor to concurrent.futures

2019-05-06 Thread Brian McCutchon
Brian McCutchon added the comment: I understand your hesitation to add a fake. Would it be better to make it possible to subclass Executor so that a third party implementation of this can be developed? As for an example, here is an example of nondeterminism when using a ThreadPoolExecutor w

[issue36814] posix_spawn explicit file_actions=None throws error

2019-05-06 Thread anthony shaw
Change by anthony shaw : -- keywords: +patch pull_requests: +13057 stage: -> patch review ___ Python tracker ___ ___ Python-bugs-li

[issue33187] Document ElementInclude (XInclude) support in ElementTree

2019-05-06 Thread Sanyam Khurana
Sanyam Khurana added the comment: Hello Anjali, This PR is still lurking for your updates from almost 11 months. Please let us know if you're still working on this, else, we'll get this in. Thanks for your work! -- ___ Python tracker

[issue34975] start_tls() difficult when using asyncio.start_server()

2019-05-06 Thread Ian Good
Change by Ian Good : -- keywords: +patch pull_requests: +13056 stage: -> patch review ___ Python tracker ___ ___ Python-bugs-list m

[issue36814] posix_spawn explicit file_actions=None throws error

2019-05-06 Thread anthony shaw
anthony shaw added the comment: Verified on master Python 3.8.0a3+ (heads/bpo-28367:373c7aa098, May 6 2019, 17:34:39) [Clang 10.0.1 (clang-1001.0.46.4)] on darwin Type "help", "copyright", "credits" or "license" for more information. >>> os.posix_spawnp('whoami', ['whoami'], os.environ, file_

[issue36819] Crash during encoding using UTF-16/32 and custom error handler

2019-05-06 Thread anthony shaw
anthony shaw added the comment: Easily reproduced on master, thanks (lldb) run encode_crash.py Process 14743 launched: '/Users/anthonyshaw/repo/cpython/python.exe' (x86_64) Objects/unicodeobject.c:448: _PyUnicode_CheckConsistency: Assertion "((PyObject*)(op))->ob_type))->tp_flags & ((1UL

[issue36821] Termios module largely untested

2019-05-06 Thread anthony shaw
anthony shaw added the comment: This could be a good issue for the PyCon sprints, otherwise I'm happy to implement it -- ___ Python tracker ___ __

[issue36821] Termios module largely untested

2019-05-06 Thread anthony shaw
New submission from anthony shaw : I noticed that the termios.c module is largely untested. There is some coverage via test_pty, test_ioctl and test_getpass, but there is nothing to cover regression and the behaviours in the module functions. Tests are required for: - termios.tcgetattr() - te

[issue28367] Add more standard baud rate constants to "termios"

2019-05-06 Thread anthony shaw
anthony shaw added the comment: Converted the original patch as a PR GH-13142 this seems like a good idea and an easy change -- nosy: +anthonypjshaw ___ Python tracker ___ __

[issue28367] Add more standard baud rate constants to "termios"

2019-05-06 Thread anthony shaw
Change by anthony shaw : -- pull_requests: +13055 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue27534] IDLE: Reduce number and time for user process imports

2019-05-06 Thread anthony shaw
anthony shaw added the comment: It would be great for this issue to be revisited, there has been some further interest from users. -- nosy: +anthonypjshaw ___ Python tracker

[issue33110] Adding a done callback to a concurrent.futures Future once it has already completed, may raise an exception, contrary to docs

2019-05-06 Thread Sam Martin
Change by Sam Martin : -- keywords: +patch pull_requests: +13054 stage: -> patch review ___ Python tracker ___ ___ Python-bugs-list

[issue25251] Unknown MS Compiler version 1900

2019-05-06 Thread anthony shaw
anthony shaw added the comment: Closing as 3rd party feature for setuptools -- nosy: +anthonypjshaw resolution: -> third party stage: -> resolved status: open -> closed ___ Python tracker _

  1   2   3   4   >