Travis Parker

Results 5 issues of Travis Parker

_namemapper.c:PyNamemapper_valueForName calls PyObject_GetAttrString and doesn't check its return value for NULL. It _does_ check PyErr_Occurred(), but that isn't being triggered in this case (which looks like a bug in the...

Penny for your thoughts? I wrote a generic package for use with gengen, and what came most naturally was to write tests alongside the main code that worked with the...

### Issues - [X] I have checked [existing issues](https://github.com/vhyrro/neorg/issues?q=is%3Aissue) and there are no existing ones with the same request. ### Feature description Following links between or within neorg files behaves...

feature

regular output (mainly query results) goes to the pager. status output goes directly to stdout. both implement a consistent interface for easy mocking in tests. ## Description Picking up where...

Hello again, Andy! Just to call your attention to this, I put together a benchmarking network server in a couple of different greenlet I/O libraries, including vanilla: https://github.com/teepark/puffin/blob/master/bench_server.py (and the...