Skip to content

Commit 947f3dc

Browse files
targosdanielleadams
authored andcommitted
deps: V8: patch jinja2 for Python 3.10 compat
PR-URL: #40296Fixes: #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>
1 parent dc9c319 commit 947f3dc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎deps/v8/third_party/jinja2/tests.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"""
1111
importoperator
1212
importre
13-
fromcollectionsimportMapping
13+
fromcollections.abcimportMapping
1414
fromjinja2.runtimeimportUndefined
1515
fromjinja2._compatimporttext_type, string_types, integer_types
1616
importdecimal

0 commit comments

Comments
 (0)