[issue45510] Specialize BINARY_SUBTRACT

2021-12-08 Thread Dong-hee Na
Dong-hee Na added the comment: New changeset 5de39f4b412ed5b0f3ed0140c83b2c1f8c707603 by Brandt Bucher in branch 'main': bpo-45510: Check both types when specializing subtraction (GH-29995) https://github.com/python/cpython/commit/5de39f4b412ed5b0f3ed0140c83b2c1f8c707603 -- ___

[issue45510] Specialize BINARY_SUBTRACT

2021-12-08 Thread Brandt Bucher
Change by Brandt Bucher : -- pull_requests: +28218 pull_request: https://github.com/python/cpython/pull/29995 ___ Python tracker ___ ___

[issue45510] Specialize BINARY_SUBTRACT

2021-11-18 Thread Dong-hee Na
Dong-hee Na added the comment: Thank you Mark! -- stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___

[issue45510] Specialize BINARY_SUBTRACT

2021-11-18 Thread Mark Shannon
Mark Shannon added the comment: New changeset 345ba3f080c140dee3102f472bc166c2db191bcc by Dong-hee Na in branch 'main': bpo-45510: Specialize BINARY_SUBTRACT (GH-29523) https://github.com/python/cpython/commit/345ba3f080c140dee3102f472bc166c2db191bcc -- nosy: +Mark.Shannon

[issue45510] Specialize BINARY_SUBTRACT

2021-11-11 Thread Brandt Bucher
Change by Brandt Bucher : -- nosy: +brandtbucher ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail

[issue45510] Specialize BINARY_SUBTRACT

2021-11-11 Thread Dong-hee Na
Change by Dong-hee Na : -- pull_requests: +27773 pull_request: https://github.com/python/cpython/pull/29523 ___ Python tracker ___ _

[issue45510] Specialize BINARY_SUBTRACT

2021-10-18 Thread Dong-hee Na
Change by Dong-hee Na : -- keywords: +patch pull_requests: +27299 stage: -> patch review pull_request: https://github.com/python/cpython/pull/29010 ___ Python tracker ___

[issue45510] Specialize BINARY_SUBTRACT

2021-10-18 Thread Dong-hee Na
New submission from Dong-hee Na : https://github.com/faster-cpython/ideas/issues/100 -- messages: 404176 nosy: corona10 priority: normal severity: normal status: open title: Specialize BINARY_SUBTRACT type: performance versions: Python 3.11 ___ Pytho