Jason Madden

Results 44 issues of Jason Madden

Different users on different platforms (OS X and Linux) with different third-party recipes have reported slight variations on this traceback: ``` An internal error occurred due to a bug in...

I thought there was an open issue on this, but I couldn't find it. We have a version pin to dnspython 1 because I had trouble making dnspython 2 work...

Type: Enhancement

At least in `gevent.local`, possibly in other places. See https://github.com/cython/cython/issues/4326 (the "shadow" stuff, and `cython.compiled` in particular, is *only* documented in the [tutorial](https://cython.readthedocs.io/en/latest/src/tutorial/pure.html), not the main users guide).

Type: Enhancement
internal

Currently, a socket captures the hub of the thread it is created in, and creates io events for that hub, making it impossible to use from another thread (e.g., a...

Type: Enhancement

The bindings are stable and rarely change, but building c-ares takes a *long* time. If we can move that to a separate project, we'll only need to build that when...

Type: Enhancement

(This came up while I was pondering and testing #1735.) Consider this code, which has one native thread spinning on acquiring and releasing a lock, while another thread just wants...

Type: Bug
Type: Enhancement

There may be a need, based on #1739. The changes to `AsyncResult` that fix the hang in #1739 actually come close, but it's not a thread-safe object either. I don't...

Type: Enhancement

Is this possible in a way that's close enough and performant enough? I'm not sure it is, but it has come up before. Not all libraries check to see if...

Type: Enhancement

It's huge and confusing. The matrix isn't clear and may have duplicates? I'm imagining a set of directories that are collected and merged: ``` 2.7/ 3.x/ CPython/ PyPy/ Libuv Windows...

internal

There are some TODOs at the top of development.rst. Plus: - [ ] Adding a new monkey-patch module - [ ] Write the module - [ ] Copy the tests...

Type: Docs