[issue36929] Other Python _io implementations may not expose _io in their type names

2019-05-22 Thread STINNER Victor
Change by STINNER Victor : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue36929] Other Python _io implementations may not expose _io in their type names

2019-05-21 Thread miss-islington
miss-islington added the comment: New changeset 6b48e658bf80b0e30fddd9dfe80021313e57fb6a by Miss Islington (bot) in branch '3.7': bpo-36929: Modify io/re tests to allow for missing mod name (GH-13392) https://github.com/python/cpython/commit/6b48e658bf80b0e30fddd9dfe80021313e57fb6a

[issue36929] Other Python _io implementations may not expose _io in their type names

2019-05-21 Thread Dino Viehland
Dino Viehland added the comment: New changeset ccb7ca728e09b307f9e9fd36ec40353137e68a3b by Dino Viehland (Max Bernstein) in branch 'master': bpo-36929: Modify io/re tests to allow for missing mod name (#13392) https://github.com/python/cpython/commit/ccb7ca728e09b307f9e9fd36ec40353137e68a3b

[issue36929] Other Python _io implementations may not expose _io in their type names

2019-05-21 Thread miss-islington
Change by miss-islington : -- pull_requests: +13377 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue36929] Other Python _io implementations may not expose _io in their type names

2019-05-17 Thread Maxwell Bernstein
Change by Maxwell Bernstein : -- pull_requests: +13302 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue36929] Other Python _io implementations may not expose _io in their type names

2019-05-15 Thread Maxwell Bernstein
Change by Maxwell Bernstein : -- nosy: +vstinner ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue36929] Other Python _io implementations may not expose _io in their type names

2019-05-15 Thread Maxwell Bernstein
Change by Maxwell Bernstein : -- keywords: +patch pull_requests: +13258 stage: -> patch review ___ Python tracker ___ ___

[issue36929] Other Python _io implementations may not expose _io in their type names

2019-05-15 Thread Maxwell Bernstein
Maxwell Bernstein added the comment: I have the beginnings of a PR to patch the test suite to make the prefix optional, if anybody is interested. -- ___ Python tracker ___

[issue36929] Other Python _io implementations may not expose _io in their type names

2019-05-15 Thread Maxwell Bernstein
New submission from Maxwell Bernstein : For a vanishingly small number of internal types, CPython sets the tp_name slot to mod_name.type_name, either in the PyTypeObject or the PyType_Spec. There are a few minor places where this surfaces: * Custom repr functions for those types (some of which