We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23f5a44 commit c80f748Copy full SHA for c80f748
pandas/_libs/tslibs/timestamps.pyx
@@ -393,6 +393,8 @@ class Timestamp(_Timestamp):
393
394
# GH 30543 if pd.Timestamp already passed, return it
395
# check that only ts_input is passed
396
+ # checking verbosely, because cython doesn't optimize
397
+ # list comprehensions (as of cython 0.29.x)
398
if (isinstance(ts_input, Timestamp) and freq is None and
399
tz is None and unit is None and year is None and
400
month is None and day is None and hour is None and
0 commit comments