Sorry, something went wrong.
|
Note to self: This partially conflicts with #19987, so will probably need to merge master after that's landed. |
Sorry, something went wrong.
Do we need to do this? As soon as the rule returns it will go immediately to a if (_res == NULL && PyErr_Occurred()) block, no? |
Sorry, something went wrong.
Do we need to do this? As soon as the rule returns it will go immediately to a if (_res == NULL && PyErr_Occurred()) block, no? I can't really see this, how exactly is this? |
Sorry, something went wrong.
|
I can't really see this, how exactly is this? I have checked again and this only happens when the rule does not return NULL, so forget what I said :( |
Sorry, something went wrong.
|
Resolved the conflicts so that we can hopefully merge this and close bpo-40334. |
Sorry, something went wrong.
|
@lysnikolaou You need to regenerate the parser 😉 |
Sorry, something went wrong.
|
@lysnikolaou You need to regenerate the parser 😉 Done! Sorry, it's getting late.. |
Sorry, something went wrong.
|
Done! Sorry, it's getting late.. No problem. I want to land this and the other PR so they both make it to beta 1 which is next Monday :) |
Sorry, something went wrong.
Following improvements are implemented in this PR:
requires no memory
https://bugs.python.org/issue40334