Skip to content

Commit

Permalink
Update on "[dynamo, 3.12] xfail refleaking tests due to buggy getattr…
Browse files Browse the repository at this point in the history
…_static"


For tracking #124302 so that we can re-enable the test once 3.12 updates with the bug fix for python/cpython#118013.

cc voznesenskym penguinwu EikanWang jgong5 Guobing-Chen XiaobingSuper zhuhaozhe blzheng wenzhe-nrv jiayisunx chenyang78 kadeng chauhang

[ghstack-poisoned]
  • Loading branch information
williamwen42 committed Apr 29, 2024
2 parents 88f2376 + e7ff4b6 commit 2df19ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/dynamo/test_misc.py
Expand Up @@ -10173,7 +10173,7 @@ def __init__(self):
self.fc_ref = fc

def forward(self, x):
return self.fc(x[0])
return self.fc_ref(x[0])

cleared = False

Expand Down

0 comments on commit 2df19ac

Please sign in to comment.