[issue33253] xxsubtype.bench does not function correctly on CPython 3+

2018-04-10 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: 3.4 and 3.5 are at security bug fixes only stage. -- resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: -Python 3.4, Python 3.5 ___ Python tracker

[issue33253] xxsubtype.bench does not function correctly on CPython 3+

2018-04-10 Thread miss-islington
miss-islington added the comment: New changeset 910d71b839755baa31258bcc083be9191563819e by Miss Islington (bot) in branch '3.6': bpo-33253: Fix xxsubtype.bench() to accept correct str signature. (GH-6439)

[issue33253] xxsubtype.bench does not function correctly on CPython 3+

2018-04-10 Thread miss-islington
miss-islington added the comment: New changeset 9bb8cebdce99db7e7a94f15141a8e0514b51aa72 by Miss Islington (bot) in branch '3.7': bpo-33253: Fix xxsubtype.bench() to accept correct str signature. (GH-6439)

[issue33253] xxsubtype.bench does not function correctly on CPython 3+

2018-04-09 Thread miss-islington
Change by miss-islington : -- pull_requests: +6137 ___ Python tracker ___

[issue33253] xxsubtype.bench does not function correctly on CPython 3+

2018-04-09 Thread miss-islington
Change by miss-islington : -- pull_requests: +6136 ___ Python tracker ___

[issue33253] xxsubtype.bench does not function correctly on CPython 3+

2018-04-09 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset f178028f37c9dafb72608b719eb03e5a70af4ff5 by Serhiy Storchaka (Devon R) in branch 'master': bpo-33253: Fix xxsubtype.bench() to accept correct str signature. (GH-6439)

[issue33253] xxsubtype.bench does not function correctly on CPython 3+

2018-04-09 Thread Gorialis
Change by Gorialis : -- keywords: +patch pull_requests: +6135 stage: -> patch review ___ Python tracker ___

[issue33253] xxsubtype.bench does not function correctly on CPython 3+

2018-04-09 Thread Gorialis
New submission from Gorialis : Due to the `OS|i` signature of `xxsubtype.bench`, it accepts `bytes` as its second argument in CPython 3+, however, it does a call `PyObject_GetAttr` which only accepts `PyString`. This means that if you give the function `bytes`, it