Skip to content

Commit 988ffaf

Browse files
committed
[GR-31250] Remove all insensitive language we have control over
PullRequest: graalpython/1792
2 parents f687767 + fc96c26 commit 988ffaf

File tree

6 files changed

+3646
-3646
lines changed

6 files changed

+3646
-3646
lines changed

bisect-benchmark.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[bisect-benchmark]
22
# This is the configuration file for bisecting benchmark jobs in the CI.
33
# Usage:
4-
# - Create a temporary branch based on master (or the bad commit)
4+
# - Create a temporary branch based on the main branch (or the bad commit)
55
# - Fill in this configuration file, commit the changes and push it
66
# - The push command output should give you a link to create a PR. Open it, but
77
# don't create a PR. Instead, you should execute the job on your commit using

graalpython/com.oracle.graal.python.test/src/com/oracle/graal/python/SocketTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -873,7 +873,7 @@ private static ByteArraySupport nativeByteArraySupport() {
873873
}
874874

875875
private static boolean isInet6Supported() {
876-
// Linux CI slaves currently do not support IPv6 reliably
876+
// Linux CI machines currently do not support IPv6 reliably
877877
return !(runsOnCi() && runsOnLinux());
878878
}
879879

graalpython/com.oracle.graal.python.test/src/com/oracle/graal/python/test/debug/PythonDebugTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,7 @@ public void testInspectJavaArray() throws Throwable {
453453
@Test
454454
public void testSourceFileURI() throws Throwable {
455455
if (System.getProperty("os.name").toLowerCase().contains("mac")) {
456-
// on the mac slaves we run with symlinked directories and such and it's annoying to
456+
// on the mac machines we run with symlinked directories and such and it's annoying to
457457
// cater for that
458458
return;
459459
}

graalpython/com.oracle.graal.python.test/testData/testFiles/RuntimeFileTests/sre_parse.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ class Verbose(Exception):
7272
pass
7373

7474
class Pattern:
75-
# master pattern object. keeps track of global attributes
75+
# main pattern object. keeps track of global attributes
7676
def __init__(self):
7777
self.flags = 0
7878
self.groupdict = {}

0 commit comments

Comments
 (0)