Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
Cpython
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
sip
Cpython
Commits
02dff8b0
Commit
02dff8b0
authored
Dec 18, 2019
by
Ned Deily
Browse files
Options
Downloads
Patches
Plain Diff
3.6.10
parent
5a9b6973
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
Include/patchlevel.h
+3
-3
3 additions, 3 deletions
Include/patchlevel.h
Misc/NEWS.d/3.6.10.rst
+7
-0
7 additions, 0 deletions
Misc/NEWS.d/3.6.10.rst
README.rst
+2
-2
2 additions, 2 deletions
README.rst
with
12 additions
and
5 deletions
Include/patchlevel.h
+
3
−
3
View file @
02dff8b0
...
@@ -19,11 +19,11 @@
...
@@ -19,11 +19,11 @@
#define PY_MAJOR_VERSION 3
#define PY_MAJOR_VERSION 3
#define PY_MINOR_VERSION 6
#define PY_MINOR_VERSION 6
#define PY_MICRO_VERSION 10
#define PY_MICRO_VERSION 10
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_
GAMMA
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_
FINAL
#define PY_RELEASE_SERIAL
1
#define PY_RELEASE_SERIAL
0
/* Version as a string */
/* Version as a string */
#define PY_VERSION "3.6.10
rc1+
"
#define PY_VERSION "3.6.10"
/*--end constants--*/
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
...
...
This diff is collapsed.
Click to expand it.
Misc/NEWS.d/
next/macOS/2019-12-17-03-43-04.bpo-38295.hgDvlB
.rst
→
Misc/NEWS.d/
3.6.10
.rst
+
7
−
0
View file @
02dff8b0
.. bpo: 38295
.. date: 2019-12-17-03-43-04
.. nonce: hgDvlB
.. release date: 2019-12-18
.. section: macOS
Prevent failure of test_relative_path in test_py_compile on macOS Catalina.
Prevent failure of test_relative_path in test_py_compile on macOS Catalina.
This diff is collapsed.
Click to expand it.
README.rst
+
2
−
2
View file @
02dff8b0
This is Python version 3.6.10
candidate 1+
This is Python version 3.6.10
=============================
=============
=============================
.. image:: https://travis-ci.org/python/cpython.svg?branch=3.6
.. image:: https://travis-ci.org/python/cpython.svg?branch=3.6
:alt: CPython build status on Travis CI
:alt: CPython build status on Travis CI
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment