Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/pypy/pypy

PyPy is a very fast and compliant implementation of the Python language.
https://github.com/pypy/pypy

cppyy exceptions are not caught

bigfatbrowncat opened this issue 13 days ago
Second typo in PULL_REQUEST_TEMPLATE.md

da-woods opened this pull request 16 days ago
Fix sendfunc definition second go

da-woods opened this pull request 16 days ago
Make return type of `sendfunc` compatible with CPython

mattip opened this pull request 17 days ago
Fix the type of sendfunc

da-woods opened this pull request 17 days ago
Releasing the GIL from the C API not working?

da-woods opened this issue 17 days ago
Update the stdlib to 3.10.16

mattip opened this pull request 21 days ago
rpython optimising JIT trace

TheLizzard opened this issue 24 days ago
Use a tcl version > 8.5 by default on Linux

FliegendeWurst opened this issue 24 days ago
Glob module is outdated

WeismannS opened this issue 26 days ago
on windows, use wchar_t for main(..., argv) in C

mattip opened this pull request 27 days ago
Changed error message in list.pop fails a Cython test

mattip opened this issue 29 days ago
pypy on freebsd

Azulinho opened this issue 29 days ago
Upgrade to latest stdlib

mattip opened this issue about 1 month ago
Add PyThread_acquire_lock_timed

da-woods opened this pull request about 1 month ago
ctypes failures on py3.11

mattip opened this issue about 1 month ago
Generator/coroutine compatibility with 3.11

mattip opened this issue about 1 month ago
Provide a summary of pypy versions, including support dates

mattip opened this issue about 1 month ago
Is the feature of copying generators deprecated?

PabloRuizCuevas opened this issue about 1 month ago
ctypes.ARRAY in PyPy does not raise IndexError for out-of-bounds access

mouchen626 opened this issue about 1 month ago
readline.get_completion_type() Not Supported in Latest PyPy Version

mouchen626 opened this issue about 1 month ago
Fully manual garbage collection?

leo-ard opened this issue about 2 months ago
Metaclass with mro yields incorrect behavior

cfbolz opened this issue about 2 months ago
Support __release_buffer__

mattip opened this issue about 2 months ago
Fatal error in cpyext: PyErr_NoMemory was not supposed to fail

skirpichev opened this issue about 2 months ago
3.11: add closure parameter to exec

cfbolz opened this issue about 2 months ago
GenericAlias.__unpacked__

cfbolz opened this issue about 2 months ago
PyDict_Next gives inconsistent pos with cpython

georgeharker opened this issue about 2 months ago
PyPy3.10: `ssl.SSLContext.keylog_filename` is missing

mgorny opened this issue about 2 months ago
Segfault in `StringIO` after invalid attempt at reinitialization

devdanzin opened this issue about 2 months ago
Error installing pandas under Windows

wojiaoyishang opened this issue about 2 months ago
Non-Unicode Path Decoding Error with PyPy

wojiaoyishang opened this issue 2 months ago
Incorrect readonly field in Py_buffer

cclin0816 opened this issue 2 months ago
Linux on M1 (arm64) warns about missing cache size

shenki opened this issue 2 months ago
implement a remote debugging mechanism

cfbolz opened this issue 2 months ago
`_pickle_support.builtin_code` segfaults

devdanzin opened this issue 2 months ago
SIGFPE raised by `__pypy__.intop.int_mod` with invalid values

devdanzin opened this issue 2 months ago
`_cffi_ssl._stdssl._SSLSocket.do_handshake()` segfaults

devdanzin opened this issue 2 months ago
Calling `_dealloc_warn` on a detached `TextIOWrapper` segfaults

devdanzin opened this issue 2 months ago
`_curses._mk_acs` with invalid `ichar` segfaults

devdanzin opened this issue 2 months ago
`_ssl._test_decode_cert` with an invalid file segfaults

devdanzin opened this issue 2 months ago
`_pyrepl._minimal_curses.tigetstr` segfaults

devdanzin opened this issue 2 months ago
`SystemError` with `gc.dump_rpy_heap`

devdanzin opened this issue 2 months ago
`_curses.putp('')` without previous `initscr()` segfaults

devdanzin opened this issue 2 months ago
`ndbm.dbm` segfaults on GC collection

devdanzin opened this issue 3 months ago
VMProf: Resolve names of native functions

Cskorpion opened this pull request 3 months ago
`_sre.unicode_iscased` segfaults

devdanzin opened this issue 3 months ago
`pyexpat.ErrorString` segfaults

devdanzin opened this issue 3 months ago
`SystemError` with `_string.formatter_field_name_split`

devdanzin opened this issue 3 months ago
`_pypyjson.raw_encode_basestring_ascii` segfaults

devdanzin opened this issue 3 months ago
linecache interaction with weakref and gc

mattip opened this issue 3 months ago
termios.tcget/setwinsize

cfbolz opened this issue 3 months ago
py3.11 PEP 646 Variadic Generics (typing)

cfbolz opened this issue 3 months ago
Allow suspend/resume tracing and profiling

mattip opened this issue 3 months ago
when pyc writing fails the exception is swallowed

cfbolz opened this issue 3 months ago
Update _hpy_universal for the latest HEAD

mattip opened this issue 3 months ago
memoryview leaking memory

imwhocodes opened this issue 3 months ago
Update cpython_differences.rst

volovikariel opened this pull request 3 months ago
Implement or ignore faster startup via frozen modules

mattip opened this issue 3 months ago
Fix test_concurrent_futures.py hangs

x42005e1f opened this pull request 3 months ago
Tkinter on MacOS: yet more files need to be bundled.

brenthuisman opened this issue 3 months ago
Warning during translation

mattip opened this issue 3 months ago
cpyext: missing functions for 3.11

mattip opened this issue 3 months ago
text_signature not being filled in

mattip opened this issue 3 months ago
make `__doc__` a proper descr on methods

mattip opened this pull request 3 months ago
`while True: continue` fails to parse in 7.3.17

RagnarGrootKoerkamp opened this issue 3 months ago
stdlib test_asyncio tests fail inside docker

mattip opened this issue 3 months ago
JIT optimization DSL

cfbolz opened this pull request 3 months ago
avoid keeping refs on the frame stack when calling functions

graingert opened this pull request 3 months ago
avoid keeping a ref to scope_w values while running self.behaviour

graingert opened this pull request 3 months ago
Suggestions not always appearing

mattip opened this issue 3 months ago
Tkinter on Macos:

brenthuisman opened this issue 3 months ago
The PyContextVar_Reset() is missing in cpyext

skirpichev opened this issue 3 months ago
Fix race in Thread.join() at shutdown/stop

x42005e1f opened this pull request 3 months ago
Race in `Thread.join()`

x42005e1f opened this issue 3 months ago
allow unterminated string error to propogate

mattip opened this pull request 3 months ago
Allow single-quote incomplete input error to percolate out

mattip opened this pull request 3 months ago