[pypy-commit] [Git][pypy/pypy][branch/py3.7] 5 commits: CPyext: initial implementation of TimeZone_FromOffset

Matti Picus (@mattip) foss at heptapod.net
Sat Jun 26 15:38:11 EDT 2021



Matti Picus pushed to branch branch/py3.7 at PyPy / pypy


Commits:
868329d2 by olliemath at 2021-06-25T14:47:17+01:00
CPyext: initial implementation of TimeZone_FromOffset

--HG--
branch : implement_timezone_c_api

- - - - -
a66aca79 by olliemath at 2021-06-25T16:37:27+01:00
CPyext: emulate CPython macros for timezone construction

--HG--
branch : implement_timezone_c_api

- - - - -
ad0d6544 by olliemath at 2021-06-25T20:18:57+01:00
CPyext: add utc singleton

--HG--
branch : implement_timezone_c_api

- - - - -
c15237ab by Matti Picus at 2021-06-26T22:32:49+03:00
close branch to be merged

--HG--
branch : implement_timezone_c_api

- - - - -
49495e0c by Matti Picus at 2021-06-26T22:36:52+03:00
merge branch to provide C-API entries for timezones

--HG--
branch : py3.7

- - - - -


5 changed files:

- pypy/doc/whatsnew-pypy3-head.rst
- pypy/module/cpyext/cdatetime.py
- pypy/module/cpyext/include/datetime.h
- pypy/module/cpyext/parse/cpyext_datetime.h
- pypy/module/cpyext/test/test_datetime.py


View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/8ece13a97b0bcb5e00c6ba38f61f505adb1f8a7b...49495e0cb2de36a3bf5b0d98fbe80d86bd8d4cb2

-- 
View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/8ece13a97b0bcb5e00c6ba38f61f505adb1f8a7b...49495e0cb2de36a3bf5b0d98fbe80d86bd8d4cb2
You're receiving this email because of your account on foss.heptapod.net.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.python.org/pipermail/pypy-commit/attachments/20210626/1465214d/attachment.html>


More information about the pypy-commit mailing list