mirror of https://gitee.com/openkylin/nodejs.git
[PATCH] deps: V8: patch jinja2 for Python 3.10 compat
PR-URL: https://github.com/nodejs/node/pull/40296 Fixes: https://github.com/nodejs/node/issues/40294 Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Christian Clauss <cclauss@me.com> Reviewed-By: Michaël Zasso <targos@protonmail.com> Gbp-Pq: Name e548e053a2fda35f38272fb023f543e52ae77566.patch
This commit is contained in:
parent
90612a5d0d
commit
dcc8b501bb
|
@ -10,7 +10,7 @@
|
|||
"""
|
||||
import operator
|
||||
import re
|
||||
from collections import Mapping
|
||||
from collections.abc import Mapping
|
||||
from jinja2.runtime import Undefined
|
||||
from jinja2._compat import text_type, string_types, integer_types
|
||||
import decimal
|
||||
|
|
Loading…
Reference in New Issue