Skip to content

Conversation

@Avasam
Copy link
Collaborator

@Avasam Avasam commented Jan 6, 2023

Gonna have to wait for stub-uploader to push types-pyasn1 first.

Fixes 3 Any subtyping issues

Ref: #9491

@github-actions

This comment has been minimized.

@github-actions
Copy link
Contributor

github-actions bot commented Jan 6, 2023

According to mypy_primer, this change has no effect on the checked open source code. 🤖🎉

Comment on lines +14 to +17
def rsa_private_key_pkcs8_to_pkcs1(pkcs8_key) -> bytes: ...
def rsa_private_key_pkcs1_to_pkcs8(pkcs1_key) -> bytes: ...
def rsa_public_key_pkcs1_to_pkcs8(pkcs1_key) -> bytes: ...
def rsa_public_key_pkcs8_to_pkcs1(pkcs8_key) -> bytes: ...
Copy link
Member

Choose a reason for hiding this comment

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

I'll trust that you're correct here; the source code is a maze 😆

@AlexWaygood AlexWaygood merged commit 64e02a0 into python:main Jan 7, 2023
@Avasam Avasam deleted the pyasn1-python-jose branch January 8, 2023 00:36
Sign up for free to 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.

2 participants