Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
PyPy
pypy
Commits
af13d6b51b1f
Commit
92a0be32
authored
Dec 17, 2022
by
Matti Picus
Browse files
update to v7.3.12
parent
e40794c54c56
Pipeline
#59518
passed with stage
in 11 minutes and 43 seconds
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
pypy/doc/conf.py
View file @
af13d6b5
...
...
@@ -89,7 +89,7 @@ copyright = u'2022, The PyPy Project'
# The short X.Y version.
version
=
'7.3'
# The full version, including alpha/beta/rc tags.
release
=
'7.3.1
0
'
release
=
'7.3.1
2
'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
...
...
pypy/module/cpyext/include/patchlevel.h
View file @
af13d6b5
...
...
@@ -32,8 +32,8 @@
* module/sys/version.py
* doc/conf.py
*/
#define PYPY_VERSION "7.3.1
0
-alpha0"
#define PYPY_VERSION_NUM 0x07030
a
00
#define PYPY_VERSION "7.3.1
2
-alpha0"
#define PYPY_VERSION_NUM 0x07030
c
00
/* Defined to mean a PyPy where cpyext holds more regular references
to PyObjects, e.g. staying alive as long as the internal PyPy object
stays alive. */
...
...
pypy/module/sys/version.py
View file @
af13d6b5
...
...
@@ -12,7 +12,7 @@ CPYTHON_API_VERSION = 1013 #XXX # sync with include/modsupport.h
# make sure to keep PYPY_VERSION in sync with:
# module/cpyext/include/patchlevel.h
# doc/conf.py
PYPY_VERSION
=
(
7
,
3
,
1
0
,
"alpha"
,
0
)
PYPY_VERSION
=
(
7
,
3
,
1
2
,
"alpha"
,
0
)
import
pypy
...
...
rpython/doc/conf.py
View file @
af13d6b5
...
...
@@ -81,7 +81,7 @@ copyright = u'2022, The PyPy Project'
# The short X.Y version.
version
=
'7.3'
# The full version, including alpha/beta/rc tags.
release
=
'7.3.1
0
'
release
=
'7.3.1
2
'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment