Skip to content

Conversation

@StanFromIreland
Copy link
Member

@StanFromIrelandStanFromIreland commented Oct 18, 2025

@StanFromIrelandStanFromIreland marked this pull request as ready for review October 18, 2025 15:17
@vstinner
Copy link
Member

cc @skirpichev@picnixz

Co-authored-by: Victor Stinner <vstinner@python.org>
@merwok
Copy link
Member

(Please edit the commit message when merging so that we’re not tagged forever by pushes in clones! thanks 🙂)

StanFromIrelandand others added 2 commits October 19, 2025 08:40
Co-authored-by: Sergey B Kirpichev <skirpichev@gmail.com>
@StanFromIreland
Copy link
MemberAuthor

StanFromIreland commented Oct 19, 2025

(Please edit the commit message when merging so that we’re not tagged forever by pushes in clones! thanks 🙂)

Éric, all of my commits up to that point had the commit message "Commit"? I tagged you in the PR description, I don't think that should be a burden for longer than this PR is open? There is an "unsubscribe" button in the right sidebar.

Copy link
Member

@skirpichevskirpichev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, modulo one nitpick about decimal.rst.

I'm not sure also about naming for the constant. But lets see what other people think.


.. versionadded:: 3.8.3

.. data:: SPEC_VERSION
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hmm, I think that this should be moved up before "The constants in this section are only relevant for the C module." sentence of the first paragraph. Which should be also rephrased, i.e. "Following constants in <...>". Clearly, spec version is relevant for both modules.

BTW, I'm not sure about naming. Maybe more verbose "DECIMAL_SPEC_VERSION"?

Copy link
MemberAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

BTW, I'm not sure about naming. Maybe more verbose "DECIMAL_SPEC_VERSION"?

I have a similar sentiment, I simply used this since it was in the discussion.

@skirpichev
Copy link
Member

all of my commits up to that point had the commit message "Commit"? I tagged you in the PR description

It seems core devs sometimes use PR descriptions for commit messages. So, it's rather a reminder for one, who will merge this pr.

Copy link
Member

@hugovkhugovk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure also about naming for the constant. But lets see what other people think.

decimal.SPEC_VERSION is fine by me. Skip also suggested it at #76007 (comment).

Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
@vstinnervstinner merged commit 00026d1 into python:mainOct 26, 2025
45 checks passed
@vstinner
Copy link
Member

Merged, thank you.

@StanFromIrelandStanFromIreland deleted the decimal-version branch October 26, 2025 11:06
@vstinner
Copy link
Member

Oh, importing decimal does now emit a DeprecationWarning:

$ ./python-Werror-c"import decimal"Traceback (mostrecentcalllast): File"<string>", line1, in<module>importdecimalFile"/home/vstinner/python/main/Lib/decimal.py", line103, in<module>from_decimalimport__version__# noqa: F401^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^DeprecationWarning: '__version__'isdeprecatedandslatedforremovalinPython3.20

@vstinner
Copy link
Member

vstinner commented Oct 28, 2025

Oh, ignore my previous comment, I forgot to run make when testing an old PR :-)

StanFromIreland added a commit to StanFromIreland/cpython that referenced this pull request Dec 6, 2025
…n#140302) Co-authored-by: Victor Stinner <vstinner@python.org> Co-authored-by: Sergey B Kirpichev <skirpichev@gmail.com> Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants

@StanFromIreland@vstinner@merwok@skirpichev@hugovk@efimov-mikhail