Skip to content

Commit 86e8f23

Browse files
jbrockmendeljreback
authored andcommitted
remove last cython: nprofile comments (#22371)
1 parent 70e6f7c commit 86e8f23

31 files changed

+9
-31
lines changed

pandas/_libs/algos.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# cython: profile=False
1+
# -*- coding: utf-8 -*-
22

33
cimport cython
44
from cython cimport Py_ssize_t

pandas/_libs/groupby.pyx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
# -*- coding: utf-8 -*-
2-
# cython: profile=False
32

43
cimport cython
54
from cython cimport Py_ssize_t

pandas/_libs/hashing.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# cython: profile=False
1+
# -*- coding: utf-8 -*-
22
# Translated from the reference implementation
33
# at https://github.com/veorq/SipHash
44

pandas/_libs/hashtable.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# cython: profile=False
1+
# -*- coding: utf-8 -*-
22

33
cimport cython
44

pandas/_libs/index.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# cython: profile=False
1+
# -*- coding: utf-8 -*-
22
from datetime import datetime, timedelta, date
33

44
cimport cython

pandas/_libs/indexing.pyx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
# cython: profile=False
1+
# -*- coding: utf-8 -*-
2+
23

34
cdef class _NDFrameIndexerBase:
45
"""

pandas/_libs/join.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# cython: profile=False
1+
# -*- coding: utf-8 -*-
22

33
cimport cython
44
from cython cimport Py_ssize_t

pandas/_libs/khash.pxd

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
# -*- coding: utf-8 -*-
2-
# cython: profile=False
32
from cpython cimport PyObject
43
from numpy cimport int64_t, uint64_t, int32_t, uint32_t, float64_t
54

pandas/_libs/missing.pxd

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
# -*- coding: utf-8 -*-
2-
# cython: profile=False
32

43
from tslibs.nattype cimport is_null_datetimelike
54

pandas/_libs/missing.pyx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
# -*- coding: utf-8 -*-
2-
# cython: profile=False
32

43
from cpython cimport PyFloat_Check, PyComplex_Check
54

0 commit comments

Comments
 (0)