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


Commits:
2b6d8a98 by Stefano Rivera at 2020-10-05T18:42:38-07:00
Return a TypeError like cpython would if a timedelta argument doesn't 
divmod correctly

Handle the ridiculous __divmod__ results that
test_datetime.TestTimeDelta.test_issue31752 uses.

This doesn't really matters in PyPy, we aren't triggering an interpreter
failure here like cPython.

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

- - - - -
161339fe by Richard Plangger at 2017-02-27T18:55:01+01:00
(ronan, plan_rich) fix descriptor invocation inside the descr_call of 
W_TypeObject

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

- - - - -


3 changed files:

- lib_pypy/datetime.py
- pypy/objspace/std/typeobject.py
- pypy/objspace/test/apptest_descriptor.py


View it on GitLab: 
https://foss.heptapod.net/pypy/pypy/-/compare/b47c45b9f1fb9c6bf863d7a6ee513b137fe6c357...161339fea35593af52545ed615d81b980c25c5c2

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


_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to