Change by Stéphane Wirtel :
--
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
___
Python tracker
<https://bugs.python.or
Stéphane Wirtel added the comment:
Thank you for your contribution, I have merged your PR in main and backported
to 3.10 (future stable) and 3.9 (bugfix).
--
___
Python tracker
<https://bugs.python.org/issue44
Stéphane Wirtel added the comment:
New changeset ce4fee210bb604726e5da0ff15952a60c2098f88 by Miss Islington (bot)
in branch '3.10':
bpo-44040: Update broken link in pathlib source (GH-25905) (GH-25910)
https://github.com/python/cpython/commit/ce4fee210bb604726e5da0ff15952a
Stéphane Wirtel added the comment:
New changeset bc8b93c9a9fd4faf942cdbaba3e1e0440c594e28 by Miss Islington (bot)
in branch '3.9':
bpo-44040: Update broken link in pathlib source (GH-25905) (GH-25911)
https://github.com/python/cpython/commit/bc8b93c9a9fd4faf942cdbaba3e1e0
Change by Stéphane Wirtel :
--
versions: +Python 3.11 -Python 3.10
___
Python tracker
<https://bugs.python.org/issue33927>
___
___
Python-bugs-list mailin
Change by Stéphane Wirtel :
--
versions: +Python 3.11, Python 3.9
___
Python tracker
<https://bugs.python.org/issue44040>
___
___
Python-bugs-list mailin
Change by Stéphane Wirtel :
--
resolution: -> rejected
stage: patch review -> resolved
status: open -> closed
___
Python tracker
<https://bugs.python.or
Stéphane Wirtel added the comment:
Hi Berker,
No problem, that was just a question/suggestion, and I fully understand your
remarks.
Thanks for your feedback.
Stéphane
--
___
Python tracker
<https://bugs.python.org/issue43
New submission from Stéphane Wirtel :
Thank you for your contribution but as you know, you have to sign the CLA.
https://github.com/python/cpython/pull/25581#issuecomment-826150064
--
nosy: +matrixise
___
Python tracker
<https://bugs.python.
Change by Stéphane Wirtel :
--
keywords: +patch
pull_requests: +24300
stage: -> patch review
pull_request: https://github.com/python/cpython/pull/25580
___
Python tracker
<https://bugs.python.org/issu
New submission from Stéphane Wirtel :
After reading this issue: https://bugs.python.org/msg370266, I think SQLite
3.26.0 could be the minimal version for Python 3.10.
I have checked the following distributions
CentOS 8: stable : 8.3.2011: 3.26.0
Debian 10: stable : 10 : 3.27.2
Ubuntu 20.04
Stéphane Wirtel added the comment:
Hi Shreyan Avigyan,
For that, you need to follow the forum of SQLite.
https://www.sqlite.org/forum/forum
--
___
Python tracker
<https://bugs.python.org/issue43
Change by Stéphane Wirtel :
--
nosy: +matrixise
___
Python tracker
<https://bugs.python.org/issue43492>
___
___
Python-bugs-list mailing list
Unsubscribe:
Stéphane Wirtel added the comment:
the http module is covered by the audit events
--
___
Python tracker
<https://bugs.python.org/issue37363>
___
___
Python-bug
Stéphane Wirtel added the comment:
New changeset 927b841c215a1ca36c9b3203eadc67ce05b1ed07 by Saiyang Gou in branch
'master':
bpo-37363: Add audit events to the `http.client` module (GH-21321)
https://github.com/python/cpython/commit/927b841c215a1ca36c9b3203eadc67
Change by Stéphane Wirtel :
--
versions: +Python 3.10 -Python 3.8, Python 3.9
___
Python tracker
<https://bugs.python.org/issue37363>
___
___
Python-bugs-list m
Stéphane Wirtel added the comment:
In fact, _Py_ctype_table is limited to the internal parts of the interpreter.
So in this case, this one could not be used in an external tool.
You can read: https://docs.python.org/3/c-api/stable.html
I am not sure that you correctly use the API
Stéphane Wirtel added the comment:
Hello @pablogsal,
What do you think about the PR of Rémi?
Thank you,
--
versions: -Python 3.7, Python 3.8, Python 3.9
___
Python tracker
<https://bugs.python.org/issue33
Stéphane Wirtel added the comment:
I have merged the PR, thank you to Cédric for the PR, and thank you to Steve
for his review.
--
resolution: -> fixed
stage: commit review -> resolved
status: open -> closed
___
Python tracke
Stéphane Wirtel added the comment:
New changeset e126547c070fbc080562abb08e16a2c93a8a805d by Cédric Krier in
branch 'master':
bpo-34311: Add locale.localize (GH-15275)
https://github.com/python/cpython/commit/e126547c070fbc080562abb08e16a2c93a8a805d
--
nosy:
Change by Stéphane Wirtel :
--
versions: +Python 3.10 -Python 3.8
___
Python tracker
<https://bugs.python.org/issue34311>
___
___
Python-bugs-list mailin
Stéphane Wirtel added the comment:
Hi @Christian,
When you have time for my last question.
Thank you,
--
___
Python tracker
<https://bugs.python.org/issue37
Stéphane Wirtel added the comment:
close, bad manip :/
--
resolution: -> not a bug
stage: -> resolved
status: open -> closed
___
Python tracker
<https://bugs.python.or
New submission from Stéphane Wirtel :
I tried to create a venv via python -m venv
here are the commands:
> python --version
Python 3.8.0
> python -m venv ~/.virtualenvs/test-proftpd
Error: [Errno 40] Too many levels of symbolic links:
'/home/stephane/.virtualenvs/test-proftpd
Stéphane Wirtel added the comment:
New changeset 5017a645b0be53c4f399ae39ac897539e8416ca6 by Stéphane Wirtel (Miss
Islington (bot)) in branch '3.7':
bpo-38130: Fix error in explaining when an exception is re-raised (GH-16016)
(GH-16416)
https://github.com/python/cpyt
Stéphane Wirtel added the comment:
New changeset 68040edb79895c577e2526ad5f30b1b161b2c32b by Stéphane Wirtel (Miss
Islington (bot)) in branch '3.8':
bpo-38130: Fix error in explaining when an exception is re-raised (GH-16016)
(GH-16415)
https://github.com/python/cpyt
Stéphane Wirtel added the comment:
Thank you for your contribution, I close it.
--
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
___
Python tracker
<https://bugs.python.or
Stéphane Wirtel added the comment:
New changeset 1ad7be2f16cc9955f271f57a5089602bb41eee85 by Stéphane Wirtel
(Mohammad Dehghan) in branch 'master':
bpo-38130: Fix error in explaining when an exception is re-raised (GH-16016)
https://github.com/python/cpyt
New submission from Stéphane Wirtel :
In the first example of Doc/library/ftplib.rst, we use ftp.debian.org but the
connection is refused. There is no automatic redirection to ftp.us.debian.org
or another server. If we want to keep a consistent example, we should use
ftp.us.debian.org or
Stéphane Wirtel added the comment:
New changeset 865bb685a67798eb98dcf5f3a852e08c77792998 by Stéphane Wirtel (Lisa
Roach) in branch '3.8':
[3.8] bpo-38093: Correctly returns AsyncMock for async subclasses. (GH-15947)
(GH-16299)
https://github.com/python/cpyt
Stéphane Wirtel added the comment:
+1
--
nosy: +matrixise
___
Python tracker
<https://bugs.python.org/issue38236>
___
___
Python-bugs-list mailing list
Unsub
Stéphane Wirtel added the comment:
Thank you for your contribution
--
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
___
Python tracker
<https://bugs.python.or
Stéphane Wirtel added the comment:
New changeset 6612a4fd36c7f2d71b00da12a3ad4ce619670cd2 by Stéphane Wirtel (Miss
Islington (bot)) in branch '3.8':
[3.8] bpo-38218: Doc: Corrected syntax for return annotation (GH-16265)
(GH-16274)
https://github.com/python/cpyt
Stéphane Wirtel added the comment:
New changeset 20d3bce3effd7cca71a9bf3caa247eef2791517b by Stéphane Wirtel (Miss
Islington (bot)) in branch '3.7':
[3.7] bpo-38218: Doc: Corrected syntax for return annotation (GH-16265)
(GH-16275)
https://github.com/python/cpyt
Stéphane Wirtel added the comment:
and related to 3.6 (security)
--
___
Python tracker
<https://bugs.python.org/issue38162>
___
___
Python-bugs-list mailin
Stéphane Wirtel added the comment:
I close the issue because there is no discussion :/
--
components: +Unicode -Windows
nosy: +ezio.melotti, matrixise, vstinner
resolution: -> rejected
stage: patch review -> resolved
status: open -&g
Stéphane Wirtel added the comment:
I close the issue because it's a duplicate of an other issue of the same author.
--
nosy: +matrixise
resolution: -> duplicate
stage: patch review -> resolved
status: open -> closed
___
Python t
Stéphane Wirtel added the comment:
I close this issue, it's not related to the packaging of Python, but just to
your compilation.
As explained by Ammar Askar, when you compile Python, you have to be sure that
you have the openssl-dev package installed on your system
You can read this
Change by Stéphane Wirtel :
--
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
versions: +Python 3.7
___
Python tracker
<https://bugs.python.or
Change by Stéphane Wirtel :
--
pull_requests: +15801
pull_request: https://github.com/python/cpython/pull/16195
___
Python tracker
<https://bugs.python.org/issue38
Stéphane Wirtel added the comment:
Lisa, I don't close this issue because I would like to know if we have to back
port to 3.7. The spelling error does exist into 3.7
--
versions: +Python 3.8, Python 3.9
___
Python tracker
<https://bugs.py
Stéphane Wirtel added the comment:
New changeset a9187c31185fe7ea47271839898416400cc3d976 by Stéphane Wirtel
(marcoramirezmx) in branch 'master':
bpo-38100: Fix spelling error in unittest.mock code (GH-16168)
https://github.com/python/cpython/commit/a9187c31185fe7ea47271839898416
Change by Stéphane Wirtel :
--
pull_requests: +15747
pull_request: https://github.com/python/cpython/pull/16137
___
Python tracker
<https://bugs.python.org/issue38
Change by Stéphane Wirtel :
--
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
___
Python tracker
<https://bugs.python.or
Stéphane Wirtel added the comment:
New changeset cf25765cf79a5bd19ba90a535a51367d6177f2bc by Stéphane Wirtel (Miss
Islington (bot)) in branch '3.8':
bpo-34706: Preserve subclassing in inspect.Signature.from_callable (GH-16108)
(GH-16113)
https://github.com/python/cpyt
Stéphane Wirtel added the comment:
New changeset 3906920cfecba83d529f8755f5ec2e53e49f9e90 by Stéphane Wirtel (Miss
Islington (bot)) in branch '3.7':
bpo-34706: Preserve subclassing in inspect.Signature.from_callable (GH-16108)
(GH-16114)
https://github.com/python/cpyt
Stéphane Wirtel added the comment:
Thank you for your PR and this issue, the PR is merged into master, 3.8 and 3.7.
--
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
versions: +Python 3.9
___
Python tracke
Stéphane Wirtel added the comment:
New changeset d44542f9a231bf725ecd82eb640a672c759a8227 by Stéphane Wirtel
(bchhabra2490) in branch 'master':
bpo-32790: Add info about alt format using # for 'g' in chart (GH-6624)
https://github.com/p
Stéphane Wirtel added the comment:
Thank you, I close this issue.
--
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
___
Python tracker
<https://bugs.python.or
Stéphane Wirtel added the comment:
New changeset 53ff2ca89feb90c1fbf2605321bcef35b457f16f by Stéphane Wirtel in
branch '3.8':
[3.8] bpo-38150: Fix refleak in the finalizer of a _testcapimodule type
(GH-16115) (GH-16118)
https://github.com/python/cpyt
Change by Stéphane Wirtel :
--
pull_requests: +15732
pull_request: https://github.com/python/cpython/pull/16118
___
Python tracker
<https://bugs.python.org/issue38
Stéphane Wirtel added the comment:
New changeset 14fd925a18fe3db0922a7d798e373102fe7a8a9c by Stéphane Wirtel
(Michael Foord) in branch 'master':
bpo-38122: minor fixes to AsyncMock spec handling (GH-16099)
https://github.com/python/cpython/commit/14fd925a18fe3db0922a7d798e3731
Stéphane Wirtel added the comment:
Eddie,
For the next time, when you change something in the C part, you could run the
tests with this command:
./python -m test test_capi -R 3:3
--
nosy: +matrixise
___
Python tracker
<https://bugs.python.
Stéphane Wirtel added the comment:
Thank you for your contribution, your PR has been merged into master but not in
3.8.
--
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
___
Python tracker
<https://bug
Stéphane Wirtel added the comment:
New changeset b761e3aed1fbada4572a776f6a0d3c4be491d595 by Stéphane Wirtel
(Zackery Spytz) in branch 'master':
bpo-25068: urllib.request.ProxyHandler now lowercases the dict keys (GH-13489)
https://github.com/python/cpyt
Stéphane Wirtel added the comment:
I have merged the PR with the change in the documentation, feel free to open a
new PR for the other part of this issue.
--
versions: +Python 3.8, Python 3.9 -Python 2.7, Python 3.4, Python 3.5
___
Python tracker
Stéphane Wirtel added the comment:
New changeset 9585f46b97931d2640c3343dfe03aed15beb9fea by Stéphane Wirtel
(Windson yang) in branch 'master':
bpo-26468: Doc: improve the documentation of shutil.copy2 when it can fail.
(GH-13765)
https://github.com/python/cpyt
Stéphane Wirtel added the comment:
Thank you for the proposal but I close this issue because I think the wiki is a
better place.
--
resolution: -> rejected
stage: patch review -> resolved
status: open -> closed
___
Python tracke
Stéphane Wirtel added the comment:
What will happen if we want to translate "true", "yes", ...?
-1
--
nosy: +matrixise
___
Python tracker
<https://bug
Stéphane Wirtel added the comment:
+1 for the fix.
--
nosy: +matrixise
versions: -Python 2.7, Python 3.5, Python 3.6, Python 3.7
___
Python tracker
<https://bugs.python.org/issue38
Stéphane Wirtel added the comment:
Thank you so much for your contribution, I close this issue and have merged the
PR.
--
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
___
Python tracker
<https://bug
Stéphane Wirtel added the comment:
New changeset ff2e18286560e981f4e09afb0d2448ea994414d8 by Stéphane Wirtel
(Ashwin Ramaswami) in branch 'master':
bpo-12707: deprecate info(), geturl(), getcode() methods in favor of headers,
url, and status properties for HTTPResponse and addi
Stéphane Wirtel added the comment:
I have merged the PR 11478 and this feature will be included into 3.9.
Thank you for your proposal of Remi and thank you to Eric for the idea of this
feature.
--
resolution: -> fixed
stage: patch review -> resolved
status: open -&g
Stéphane Wirtel added the comment:
New changeset 6a517c674907c195660fa9178a7b561de49cc721 by Stéphane Wirtel (Rémi
Lapeyre) in branch 'master':
bpo-8538: Add support for boolean actions to argparse (GH-11478)
https://github.com/python/cpython/commit/6a517c674907c195660fa9178a7b56
Stéphane Wirtel added the comment:
I am also interested by this feature.
--
nosy: +matrixise
___
Python tracker
<https://bugs.python.org/issue8538>
___
___
Pytho
Change by Stéphane Wirtel :
--
versions: +Python 3.9 -Python 3.7, Python 3.8
___
Python tracker
<https://bugs.python.org/issue8538>
___
___
Python-bugs-list mailin
Stéphane Wirtel added the comment:
Thank you
--
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
versions: +Python 3.8, Python 3.9
___
Python tracker
<https://bugs.python.or
Stéphane Wirtel added the comment:
New changeset b1a2abdb06408ffc4f13d6ff50351ad49c99afc0 by Stéphane Wirtel (Hai
Shi) in branch 'master':
bpo-37908: Add an example of ArgumentParser.exit() (GH-15455)
https://github.com/python/cpython/commit/b1a2abdb06408ffc4f13d6ff50351a
Stéphane Wirtel added the comment:
I close the issue, I have tested with 3.8, there is no leaks with
test_importlib, nice ;-)
Thanks Dino
--
nosy: +matrixise
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
_
Change by Stéphane Wirtel :
--
pull_requests: +15680
pull_request: https://github.com/python/cpython/pull/16057
___
Python tracker
<https://bugs.python.org/issue38
Stéphane Wirtel added the comment:
New changeset 8c74574e0aaf1a00719fbc9acbdc27a3923520aa by Stéphane Wirtel
(Christian Heimes) in branch 'master':
bpo-38132: Check EVP_DigestUpdate for error (GH-16041)
https://github.com/python/cpython/commit/8c74574e0aaf1a00719fbc9acbdc27
Stéphane Wirtel added the comment:
In this case, maybe you could change the name of the PR and of this issue.
Thank you
--
nosy: +matrixise
___
Python tracker
<https://bugs.python.org/issue37
Stéphane Wirtel added the comment:
@Christian, I have merged your PR for the audit events, but I have not closed
this issue, I suppose there will be other PRs for this issue.
--
nosy: +matrixise
___
Python tracker
<https://bugs.python.
Stéphane Wirtel added the comment:
New changeset 67b90a079c39066aa9d51690fe5678c36ccbc258 by Stéphane Wirtel (Miss
Islington (bot)) in branch '3.8':
bpo-38132: Simplify _hashopenssl code (GH-16023) (#16040)
https://github.com/python/cpython/commit/67b90a079c39066aa9d51690fe5678
Stéphane Wirtel added the comment:
New changeset 5a4f82f457049b5b07b6fba4ca42bc1ecf597976 by Stéphane Wirtel
(Christian Heimes) in branch 'master':
bpo-38132: Simplify _hashopenssl code (GH-16023)
https://github.com/python/cpython/commit/5a4f82f457049b5b07b6fba4ca42bc
Stéphane Wirtel added the comment:
New changeset 224b8aaa7e8f67f748e8b7b6a4a77a25f6554651 by Stéphane Wirtel
(Brandt Bucher) in branch 'master':
bpo-26868: Fix example usage of PyModule_AddObject. (#15725)
https://github.com/python/cpython/commit/224b8aaa7e8f67f748e8b7b6a4a77a
Stéphane Wirtel added the comment:
Hi,
I have merged the PR of Christian for master, 3.8 & 3.7
Thank you so much,
--
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
versions: +Python 3.9 -Python 3.6
___
P
Stéphane Wirtel added the comment:
New changeset 1fc84b64f9f740f2dc089da1d061dfdd5b438d3c by Stéphane Wirtel in
branch '3.8':
[3.8] bpo-32008: Prefer client or TLSv1_2 in examples (GH-5797) (GH-16027)
https://github.com/python/cpython/commit/1fc84b64f9f740f2dc089da1d061df
Stéphane Wirtel added the comment:
New changeset 07b4148f3932ed22f9cd8476f49bd0079d093590 by Stéphane Wirtel (Miss
Islington (bot)) in branch '3.7':
bpo-32008: Prefer client or TLSv1_2 in examples (GH-5797) (GH-16026)
https://github.com/python/cpyt
Change by Stéphane Wirtel :
--
pull_requests: +15650
pull_request: https://github.com/python/cpython/pull/16027
___
Python tracker
<https://bugs.python.org/issue32
Stéphane Wirtel added the comment:
New changeset 894d0f7d5542ee04556ec1bee8c58506f7c916d4 by Stéphane Wirtel
(Christian Heimes) in branch 'master':
bpo-32008: Prefer client or TLSv1_2 in examples (GH-5797)
https://github.com/python/cpython/commit/894d0f7d5542ee04556ec1bee8c585
Stéphane Wirtel added the comment:
Thank you for your PR and for your time, I have merged the PR into master.
--
nosy: +matrixise
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
___
Python tracke
Stéphane Wirtel added the comment:
Thank you for your contribution, merged into master.
--
nosy: +matrixise
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
versions: -Python 2.7, Python 3.7, Python 3.8
_
Stéphane Wirtel added the comment:
Hi Mohammad,
Could you sign the CLA?
Thank you
--
nosy: +matrixise
versions: -Python 3.5, Python 3.6
___
Python tracker
<https://bugs.python.org/issue38
Change by Stéphane Wirtel :
--
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
versions: +Python 3.9 -Python 3.8
___
Python tracker
<https://bugs.python.or
Stéphane Wirtel added the comment:
New changeset 92777d5e5aed1753bafe07265dbe98b2d271815b by Stéphane Wirtel
(Joannah Nanjekye) in branch 'master':
bpo-18578: Rename and document test.bytecode_helper as
test.support.bytecode_helper (GH-15168)
https://github.com/python/cpyt
Stéphane Wirtel added the comment:
Other discussion with Zach, and at the end, there is no problem to merge your
PR.
Thank you for your contribution
--
___
Python tracker
<https://bugs.python.org/issue18
Stéphane Wirtel added the comment:
I wanted to merge the PR of Joannah but I have a question, are you sure that
there is nobody using this module. Maybe we could add a warning when a user
tries to use the module/function with a DeprecationWarning.
Could we have a wrapper raising the warning
Change by Stéphane Wirtel :
--
title: Add optional kwargs to argparse -> Add optional keyword argument
exit_on_error to argparse.ArgumentParser
___
Python tracker
<https://bugs.python.org/iss
Change by Stéphane Wirtel :
--
versions: +Python 3.9 -Python 2.7, Python 3.3, Python 3.4
___
Python tracker
<https://bugs.python.org/issue12707>
___
___
Python-bug
Stéphane Wirtel added the comment:
New changeset d6ac67f48f5079efc3fa4be3316a9578edb56e0d by Stéphane Wirtel (Miss
Islington (bot)) in branch '3.8':
bpo-34001: Fix test_ssl with LibreSSL (GH-13783) (#15997)
https://github.com/python/cpython/commit/d6ac67f48f5079efc3fa4be3316a95
Stéphane Wirtel added the comment:
Thank you for your contribution Christian ;-)
--
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
___
Python tracker
<https://bugs.python.or
Stéphane Wirtel added the comment:
Thank you for your contribution
--
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
versions: +Python 3.7, Python 3.8, Python 3.9
___
Python tracker
<https://bugs.python.or
Stéphane Wirtel added the comment:
New changeset 965e53a9deb1c7f02c68dee119eae94c3be8af15 by Stéphane Wirtel in
branch '3.8':
[3.8] bpo-37698: Update doc of PyBuffer_ToContiguous (GH-14992) (GH-15999)
https://github.com/python/cpython/commit/965e53a9deb1c7f02c68dee119eae9
Stéphane Wirtel added the comment:
New changeset c62da14776d12276ed8f6ecbc74c0db8243b4260 by Stéphane Wirtel (Miss
Islington (bot)) in branch '3.7':
bpo-37698: Update doc of PyBuffer_ToContiguous (GH-14992) (GH-15998)
https://github.com/python/cpyt
Change by Stéphane Wirtel :
--
pull_requests: +15626
pull_request: https://github.com/python/cpython/pull/15999
___
Python tracker
<https://bugs.python.org/issue37
Change by Stéphane Wirtel :
--
pull_requests: +15623
pull_request: https://github.com/python/cpython/pull/15994
___
Python tracker
<https://bugs.python.org/issue38
Stéphane Wirtel added the comment:
Thank you for your contribution
--
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
___
Python tracker
<https://bugs.python.or
Stéphane Wirtel added the comment:
New changeset c112faff158a05c1e71f9e1957364ed756efbcde by Stéphane Wirtel (Miss
Islington (bot)) in branch '3.7':
bpo-37750: Add doc of PyBuffer_FromContiguous (GH-15988) (GH-15991)
https://github.com/python/cpyt
Stéphane Wirtel added the comment:
New changeset 4cab7eb9e1f4afc44bac4889de034e031d462e7a by Stéphane Wirtel (Miss
Islington (bot)) in branch '3.8':
bpo-37750: Add doc of PyBuffer_FromContiguous (GH-15988) (GH-15990)
https://github.com/python/cpyt
1 - 100 of 1124 matches
Mail list logo