Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
pypy
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
585
Issues
585
List
Boards
Labels
Service Desk
Milestones
Merge Requests
11
Merge Requests
11
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
PyPy
pypy
Commits
cd5aad1dd88a
Commit
772134b3
authored
Nov 21, 2020
by
Matti Picus
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
document 7.3.3 release
parent
38fecc037f85
Pipeline
#13067
passed with stage
in 7 minutes and 15 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
13 deletions
+7
-13
pypy/doc/release-v7.3.3.rst
pypy/doc/release-v7.3.3.rst
+4
-10
pypy/tool/release/repackage.sh
pypy/tool/release/repackage.sh
+3
-3
No files found.
pypy/doc/release-v7.3.3.rst
View file @
cd5aad1dd88a
...
...
@@ -2,12 +2,6 @@
PyPy v7.3.3: release of 2.7, 3.6, and 3.7 beta
==============================================
.. note::
This is a pre-release announcement. When the release actually happens, it
will be announced on the `morepypy blog`_
.. _`morepypy blog`: https://morepypy.blogspot.com
-The PyPy team is proud to release the version 7.3.3 of PyPy, which includes
three different interpreters:
...
...
@@ -39,9 +33,9 @@ releases, but read on to find out what is new.
interpreters like GraalPython_ (written on top of the Java virtual machine),
RustPython_, and PyPy. Thanks to Oracle for sponsoring work on HPy.
Several issues
were exposed in the 7.3.2 release
. Many of them came from the
great work ongoing to ship PyPy
packages in `conda-forge`_. A big shout out
to them for taking this on.
Several issues
exposed in the 7.3.2 release were fixed
. Many of them came from the
great work ongoing to ship PyPy
-compatible binary packages in `conda-forge`_.
A big shout out
to them for taking this on.
Development of PyPy has moved to https://foss.heptapod.net/pypy/pypy.
This was covered more extensively in this `blog post`_. We have seen an
...
...
@@ -52,7 +46,7 @@ The `CFFI`_ backend has been updated to version 1.14.3. We recommend using CFFI
rather than c-extensions to interact with C, and using cppyy_ for performant
wrapping of C++ code for Python.
A new contributor took us up on the challenge to get `windows 64-bit`
`
support.
A new contributor took us up on the challenge to get `windows 64-bit`
_
support.
The work is proceeding on the ``win64`` branch, more help in coding or
sponsorship is welcome. In anticipation of merging this large change, we fixed
many test failures on windows.
...
...
pypy/tool/release/repackage.sh
View file @
cd5aad1dd88a
#! /bin/bash
# Edit these appropriately before running this script
pmaj
=
2
# python main version: 2 or 3
pmin
=
7
# python minor version
pmaj
=
3
# python main version: 2 or 3
pmin
=
6
# python minor version
maj
=
7
min
=
3
rev
=
3
rc
=
rc2
# set to blank for actual release
#
rc=rc2 # set to blank for actual release
function
maybe_exit
{
if
[[
"
${
BASH_SOURCE
[0]
}
"
==
"
${
0
}
"
]]
;
then
...
...
Write
Preview
Markdown
is supported
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