diff options
author | pxinwr <peixing.xin@windriver.com> | 2020-12-14 22:14:43 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-14 22:14:43 (GMT) |
commit | c117426bf8e7dd7a25e7d15bfbc88253b6ed42de (patch) | |
tree | 49c56ed434305c79491794b7be7dea6ca5eac9a6 /Misc | |
parent | 357704c9f2375f29ed5b3a93adac086fa714538d (diff) | |
download | cpython-c117426bf8e7dd7a25e7d15bfbc88253b6ed42de.zip cpython-c117426bf8e7dd7a25e7d15bfbc88253b6ed42de.tar.gz cpython-c117426bf8e7dd7a25e7d15bfbc88253b6ed42de.tar.bz2 |
bpo-31904: Enable libpython3.so shared library for VxWorks (GH-23741)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Build/2020-12-11-18-04-38.bpo-31904.j3j6d8.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Build/2020-12-11-18-04-38.bpo-31904.j3j6d8.rst b/Misc/NEWS.d/next/Build/2020-12-11-18-04-38.bpo-31904.j3j6d8.rst new file mode 100644 index 0000000..d2da711 --- /dev/null +++ b/Misc/NEWS.d/next/Build/2020-12-11-18-04-38.bpo-31904.j3j6d8.rst @@ -0,0 +1 @@ +Enable libpython3.so for VxWorks. |