- Notifications
You must be signed in to change notification settings - Fork749
Open
Labels
Description
ob.OnPublicStaticEvent(EventArgsTest(10)) assert handler.value == 20 ob.PublicStaticEvent -= h1 ob.OnPublicStaticEvent(EventArgsTest(10))> assert handler.value == 30E assert 40 == 30E + where 40 = <tests.utils.MultipleHandler object at ADDR>.valuetests\test_event.py:419: AssertionError
It happened only with Python 3.10 and only on Windows.