What contributes to the empty class size in Python?
I was comparing the sizes of empty class and empty function in Python with the following code (Python 3.12.3).
I was comparing the sizes of empty class and empty function in Python with the following code (Python 3.12.3).