#4700 closed defect (fixed)

Fix instances of "is" operator used with literals

Reported by: Ryan Long Owned by: Ryan Long <ryan.long@…>
Priority: normal Milestone: 6.1
Component: tool Version: 6
Severity: normal Keywords:
Cc: Blocked By:
Blocking:

Description

Python 3.8 introduced new warnings when using the "is" operator when comparing literals.

Change History (2)

comment:1 Changed on 08/11/22 at 18:53:29 by Ryan Long

Summary: Fix isntances of "is" operator used with literalsFix instances of "is" operator used with literals

comment:2 Changed on 08/12/22 at 14:18:07 by Ryan Long <ryan.long@…>

Owner: set to Ryan Long <ryan.long@…>
Resolution: fixed
Status: newclosed

In f3d9c87/rtems-tools:

rtemstoolkit: Fix conditions using "is" with literals

Fix warnings that come from python 3.8 about using the "is" operator with
string literals.

Closes #4700

Note: See TracTickets for help on using tickets.