Jason Fried

Results 9 issues of Jason Fried

Have you considered providing a __init__.pyi file for the lmdb package? https://www.python.org/dev/peps/pep-0561/#packaging-type-information

Using new PointF[size] with delete ptr, but shouldn't it be delete[] ptr ? Here is what I am seeing, I have anonymized using ???? ``` ==2191027==ERROR: AddressSanitizer: alloc-dealloc-mismatch (operator new...

Fixes #5971 This works to solve me. But I'm not sure if there is some mechanism to figure this situation in the compiler class DoesntNeedGC(BuiltinThatNeedsGC): pass class NeedsGC(DoesntNeedGC): pass

### Describe the bug ``` SCARINESS: 10 (null-deref) #0 0x53c9a5 in _PyObject_GC_UNTRACK(_object*) (.__uniq.71160431842585912442991593982683040670) python/3.10/Include/internal/pycore_object.h:123 #1 0x53c9a5 in BaseException_dealloc(PyBaseExceptionObject*) (.__uniq.71160431842585912442991593982683040670) python/3.10/Objects/exceptions.c:92 #2 0x7fb1f0bcfea7 in __pyx_tp_dealloc_6thrift_3py3_10exceptions_GeneratedError(_object*) exceptions.cpp:20592 *cython* #3 0x7fb1f4369b4f in __pyx_tp_dealloc_7testing_5types_UnusedError(_object*)...

defect
Code Generation

### Is your feature request related to a problem? Please describe. In my code, I would like to do [...] ```cython cdef _somefunc(...) except +catcher # make some calls to...

### Describe the bug ``` server_api.h:13:269: error: use of undeclared identifier '__PYX_ENUM_CLASS_DECL' ``` ### Code to reproduce the behaviour: ```cython # example pxd cdef extern from "somewhere.h" namespace "some:namespace": cpdef...

Summary: Add new context event watcher callback system Differential Revision: D57583773 ---- 📚 Documentation preview 📚: https://cpython-previews--138.org.readthedocs.build/

CLA Signed
fb-exported

If you unzip the `.mpackage` file, The icon is in the root and in a `.mudlet` dir. I'm sure zip probably takes care of de-duplicating so its probably not terrible....

What: ``` MUDDLER: [INFO]: Filtering @PKGNAME@ and __PKGNAME__ to 'CK' and @VERSION@ and __VERSION__ to '24.11.4' ``` This swap excludes "resources" https://github.com/demonnic/muddler/blob/main/src/main/groovy/muddler/App.groovy#L141 What if we only touch .lua files in...