Skip to content

Commit a3a8ffd

Browse files
generatedunixname1431085361989520meta-codesync[bot]
authored andcommitted
An automatically generated and accepted diff generated by a bot you own, D93701674, broke 10+ tests
Reviewed By: alexmalyshev Differential Revision: D93809506 fbshipit-source-id: 599b553fc0c0a41b5274ec23678a6619522274c4
1 parent 6171f7e commit a3a8ffd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cinderx/UpstreamBorrow/borrowed-3.15.c.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ PyDictKeysObject* ci_dict_empty_keys;
120120
// We also had to explicitly remove PyDict_New() because we need the original
121121
// version to initialize ci_dict_empty_keys.
122122
//
123+
// @Borrow function can_modify_dict from Objects/dictobject.c [3.15]
123124
// @Borrow function values_size_from_count from Objects/dictobject.c [3.15]
124125
// @Borrow function new_values from Objects/dictobject.c [3.15]
125126
// @Borrow function dictkeys_incref from Objects/dictobject.c [3.15]
@@ -163,7 +164,6 @@ PyDictKeysObject* ci_dict_empty_keys;
163164
// @Borrow function insert_split_value from Objects/dictobject.c [3.15]
164165
// @Borrow function insert_combined_dict from Objects/dictobject.c [3.15]
165166
// @Borrow function insertdict from Objects/dictobject.c [3.15]
166-
// @Borrow function anydict_setitem_take2 from Objects/dictobject.c [3.15]
167167
// @Borrow function setitem_take2_lock_held from Objects/dictobject.c [3.15]
168168
// @Borrow function setitem_lock_held from Objects/dictobject.c [3.15]
169169
// @Borrow function _PyDict_DelItem_KnownHash_LockHeld from Objects/dictobject.c [3.15]

0 commit comments

Comments
 (0)