Files
node/tools
Ben Noordhuis 484c24fd4e tools: python3 compat for inspector code generator
The code generator takes a dict and turns it into a namedtuple. The dict
contains the key "async", which is a keyword in python 3.7, and rejected
by the namedtuple constructor. Rename it to "async_" to avoid the clash.

Fixes: https://github.com/nodejs/node/issues/29326

PR-URL: https://github.com/nodejs/node/pull/29340
Reviewed-By: Christian Clauss <cclauss@me.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
2019-09-12 09:26:57 -07:00
..
2018-10-24 17:19:28 -04:00
2019-07-24 10:55:59 -07:00
2019-03-04 11:06:23 -08:00
2019-08-10 19:21:26 -07:00
2019-06-27 11:57:19 +02:00
2019-01-21 20:16:14 +01:00