New GitHub issue #94746 from RicoSchumann:<br>

<hr>

<pre>
Should the behaviour in Counter of an "Add" function remove values if they are negative?
<img width="892" alt="image" src="https://user-images.githubusercontent.com/102901119/178263070-d77d1267-55ff-45a6-8e8e-2c43be407a53.png">

If you add two lists to one another, in my opinion, it is wrong to remove or ignore a negative number assignment. You add two lists and only because one member is negative, it get's thrown away, although his key is member of one list. This is not plausible.
</pre>

<hr>

<a href="https://github.com/python/cpython/issues/94746">View on GitHub</a>
<p>Labels: type-bug</p>
<p>Assignee: </p>