[pypy-commit] [Git][pypy/pypy][branch/stdlib-2.7.18-3] 2 commits: bpo-38535: Fix positions for AST nodes for calls without arguments in decorators

Stefano Rivera foss at heptapod.net
Fri Oct 2 19:31:16 EDT 2020



Stefano Rivera pushed to branch branch/stdlib-2.7.18-3 at PyPy / pypy


Commits:
d45eb67d by Stefano Rivera at 2020-10-02T13:06:56-07:00
bpo-38535: Fix positions for AST nodes for calls without arguments in decorators

--HG--
branch : stdlib-2.7.18-3

- - - - -
eef497d7 by Stefano Rivera at 2015-06-05T20:32:17+02:00
bytearray(obj) should call obj.__index__() instead of obj.__int__().

adapted from b84f64795e2b in the py3k branch

--HG--
branch : stdlib-2.7.18-3

- - - - -


4 changed files:

- pypy/interpreter/astcompiler/astbuilder.py
- pypy/interpreter/astcompiler/test/test_astbuilder.py
- pypy/objspace/std/bytearrayobject.py
- pypy/objspace/std/test/test_bytearrayobject.py


View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/compare/07d02be9a91e99bee17bc9ed19566119b851337c...eef497d78137b19cd02bab61c654b70b7de2a511

-- 
View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/07d02be9a91e99bee17bc9ed19566119b851337c...eef497d78137b19cd02bab61c654b70b7de2a511
You're receiving this email because of your account on foss.heptapod.net.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/pypy-commit/attachments/20201002/123a5d1b/attachment-0001.html>


More information about the pypy-commit mailing list