Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix limit occurrences to 100 #109

Merged
merged 1 commit into from
Jun 12, 2024

Conversation

eikichi18
Copy link
Member

Il problema è che il raise poi non viene gestito. Quello che bisogna fare per fermare un generatore prematuramente è uscire dalla funzione. Poi lo StopIteration viene lanciato e gestito internamente.

Almeno secondo me questo è il modo giusto di gestire la cosa. Altrimenti bisogna gestire la StopIteration a meno in tutti i punti in cui viene chiamato quel metodo.

@eikichi18 eikichi18 requested a review from mamico June 12, 2024 09:01
Copy link
Contributor

@mamico mamico left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. i test rotti non mi sembrano legati a questo fix.

StopIteration effettivamente era il vecchio modo, ora deprecato, e probabilmente rimosso dagli ulitimi python

@eikichi18 eikichi18 merged commit 3b5232f into master Jun 12, 2024
6 of 18 checks passed
@eikichi18 eikichi18 deleted the bug55475_scadenziario_troppe_occorrenze branch June 12, 2024 13:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants