Skip to content
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

Some small missing items when compared to CPython #4962

Open
devdanzin opened this issue May 23, 2024 · 1 comment
Open

Some small missing items when compared to CPython #4962

devdanzin opened this issue May 23, 2024 · 1 comment

Comments

@devdanzin
Copy link
Contributor

devdanzin commented May 23, 2024

These properties are missing from PyPy 3.10 on Windows, while present on CPython 3.10:

  • array.typecodes
  • cmath.tau
  • sqlite3.complete_statement
  • sqlite3.enable_callback_tracebacks
  • sqlite3.SQLITE_CREATE_VTABLE
  • sqlite3.SQLITE_DROP_VTABLE
  • sqlite3.SQLITE_FUNCTION
  • sqlite3.SQLITE_RECURSIVE
  • sqlite3.SQLITE_SAVEPOINT
  • token.SOFT_KEYWORD
  • ssl.OP_NO_RENEGOTIATION
  • ssl.VERIFY_X509_PARTIAL_CHAIN
  • stat.IO_REPARSE_TAG_APPEXECLINK
  • stat.IO_REPARSE_TAG_MOUNT_POINT
  • stat.IO_REPARSE_TAG_SYMLINK

Plus a bunch of socket and zlib constants that I can list if that would help.

@mattip
Copy link
Member

mattip commented May 27, 2024

The stat.IO_REPARSE* constants were added in 1f46a19

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

No branches or pull requests

2 participants