-
-
Notifications
You must be signed in to change notification settings - Fork 32.1k
Multiple things wrong with mkpwent
in pwdmodule
#116545
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
Comments
sobolevn
added a commit
to sobolevn/cpython
that referenced
this issue
Mar 9, 2024
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Mar 11, 2024
…onGH-116548) (cherry picked from commit ffd79be) Co-authored-by: Nikita Sobolev <[email protected]>
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Mar 11, 2024
…onGH-116548) (cherry picked from commit ffd79be) Co-authored-by: Nikita Sobolev <[email protected]>
This was referenced Mar 11, 2024
sobolevn
added a commit
that referenced
this issue
Mar 11, 2024
sobolevn
added a commit
that referenced
this issue
Mar 11, 2024
adorilson
pushed a commit
to adorilson/cpython
that referenced
this issue
Mar 25, 2024
diegorusso
pushed a commit
to diegorusso/cpython
that referenced
this issue
Apr 17, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Uh oh!
There was an error while loading. Please reload this page.
Bug report
Here's what's wrong:
cpython/Modules/pwdmodule.c
Lines 71 to 73 in b9cb855
NULL
, while it is possiblecpython/Modules/pwdmodule.c
Lines 88 to 104 in b9cb855
XDECREF
used, whilev
cannot beNULL
:cpython/Modules/pwdmodule.c
Line 109 in b9cb855
I will send a PR with the fix.
Linked PRs
mkpwent
inpwdmodule
#116548mkpwent
inpwdmodule
(GH-116548) #116593mkpwent
inpwdmodule
(GH-116548) #116594The text was updated successfully, but these errors were encountered: